diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-14 15:11:02 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-14 15:11:02 +0000 |
commit | 940b75cc625e8df296f8fd74c4ff85342983a38c (patch) | |
tree | 254a830bb971098c15f8e65708e3a31a6613ed78 /net/twinkle | |
parent | bced2bf5173eb987458e757e157d708a5783d843 (diff) | |
download | ports-940b75cc625e8df296f8fd74c4ff85342983a38c.tar.gz ports-940b75cc625e8df296f8fd74c4ff85342983a38c.zip |
Notes
Diffstat (limited to 'net/twinkle')
-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+ |