diff options
-rw-r--r-- | net/twinkle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index 5ba9d277b6e9..4e86a8845d63 100644 --- a/net/twinkle/Makefile +++ b/net/twinkle/Makefile @@ -7,7 +7,7 @@ PORTNAME= twinkle PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/ @@ -16,7 +16,7 @@ COMMENT= Soft phone for your VoIP communcations using the SIP protocol BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= ccgnu2-1.5.0:${PORTSDIR}/devel/commoncpp \ - ccrtp1-1.5.0:${PORTSDIR}/devel/ccrtp \ + ccrtp1-1.5.1:${PORTSDIR}/devel/ccrtp \ sndfile.1:${PORTSDIR}/audio/libsndfile \ boost_regex.4:${PORTSDIR}/devel/boost \ speex.1:${PORTSDIR}/audio/speex \ |