diff options
author | acm <acm@FreeBSD.org> | 2006-08-14 23:11:02 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-08-14 23:11:02 +0800 |
commit | 04602c666fbdc474bc56a4e89fe54f454b426513 (patch) | |
tree | 4c65441bc4bb66e448490577f317fc6cc8d19c54 | |
parent | efc14ed00596f410dda477e40fc09832f22278ea (diff) | |
download | freebsd-ports-gnome-04602c666fbdc474bc56a4e89fe54f454b426513.tar.gz freebsd-ports-gnome-04602c666fbdc474bc56a4e89fe54f454b426513.tar.zst freebsd-ports-gnome-04602c666fbdc474bc56a4e89fe54f454b426513.zip |
- 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)
-rw-r--r-- | net/twinkle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index 1496eacc0781..e3ebb96197f1 100644 --- a/net/twinkle/Makefile +++ b/net/twinkle/Makefile @@ -7,6 +7,7 @@ PORTNAME= twinkle PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= net 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 \ sndfile.1:${PORTSDIR}/audio/libsndfile \ 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_GCC= 3.4+ |