diff options
Diffstat (limited to 'net/twinkle')
-rw-r--r-- | net/twinkle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index 2e1793b0c881..19c76ccd5815 100644 --- a/net/twinkle/Makefile +++ b/net/twinkle/Makefile @@ -7,7 +7,7 @@ PORTNAME= twinkle PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/ @@ -15,8 +15,8 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Soft phone for your VoIP communcations using the SIP protocol BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp \ - ccrtp1-1.6.1:${PORTSDIR}/devel/ccrtp \ +LIB_DEPENDS= ccgnu2-1.7.0:${PORTSDIR}/devel/commoncpp \ + ccrtp1-1.7.0:${PORTSDIR}/devel/ccrtp \ sndfile.1:${PORTSDIR}/audio/libsndfile \ boost_regex.4:${PORTSDIR}/devel/boost-libs \ speex.1:${PORTSDIR}/audio/speex \ |