diff options
author | acm <acm@FreeBSD.org> | 2007-10-02 23:45:33 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-10-02 23:45:33 +0800 |
commit | 7942c6d258f8e92562ef51fe5006795b1f083167 (patch) | |
tree | 9105d5089532260e39cfec6f1168e29a9bc9e6ef /net | |
parent | 6a6c98c0fa0bcf1aa62148cfa1bbcb5789c50fe3 (diff) | |
download | freebsd-ports-gnome-7942c6d258f8e92562ef51fe5006795b1f083167.tar.gz freebsd-ports-gnome-7942c6d258f8e92562ef51fe5006795b1f083167.tar.zst freebsd-ports-gnome-7942c6d258f8e92562ef51fe5006795b1f083167.zip |
- Chase increase of devel/ccrtp shlib version.
- Bump PORTREVISION
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 \ |