diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-02 15:45:33 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-02 15:45:33 +0000 |
commit | 52887ea6e0e413fef72de65ea84743f3a6c1130e (patch) | |
tree | e7472a49060d80d1e5fc39a1cdb03f18639c23a0 /net | |
parent | Clean up to sync with the master port. (diff) |
- Chase increase of devel/ccrtp shlib version.
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=200661
Diffstat (limited to 'net')
-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 \ |