mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add net/ilbc dependency to LIB_DEPENDS. It permit to compile twinkle with
support for RFC3951. - PORTVERSION bump Submitted by: J.R. Oldroyd <fbsd__ at __opal.com> Approved by: garga (mentor)
This commit is contained in:
parent
bced2bf517
commit
940b75cc62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170592
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= twinkle
|
PORTNAME= twinkle
|
||||||
PORTVERSION= 0.8.1
|
PORTVERSION= 0.8.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/
|
MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/
|
||||||
|
|
||||||
|
@ -18,7 +19,8 @@ LIB_DEPENDS= ccgnu2-1.4.0:${PORTSDIR}/devel/commoncpp \
|
||||||
ccrtp1-1.4.0:${PORTSDIR}/devel/ccrtp \
|
ccrtp1-1.4.0:${PORTSDIR}/devel/ccrtp \
|
||||||
sndfile.1:${PORTSDIR}/audio/libsndfile \
|
sndfile.1:${PORTSDIR}/audio/libsndfile \
|
||||||
boost_regex.3:${PORTSDIR}/devel/boost \
|
boost_regex.3:${PORTSDIR}/devel/boost \
|
||||||
speex.3:${PORTSDIR}/audio/speex
|
speex.3:${PORTSDIR}/audio/speex \
|
||||||
|
ilbc.0:${PORTSDIR}/net/ilbc
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GCC= 3.4+
|
USE_GCC= 3.4+
|
||||||
|
|
Loading…
Add table
Reference in a new issue