diff options
Diffstat (limited to 'net-p2p/libktorrent/Makefile')
-rw-r--r-- | net-p2p/libktorrent/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 7b801a4621af..192227be248c 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= libktorrent -DISTVERSION= 1.3.0 -PORTREVISION= 2 +DISTVERSION= 1.3.1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ MAINTAINER= makc@FreeBSD.org COMMENT= Torrent library split from KTorrent -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ + gmp:${PORTSDIR}/math/gmp \ qca:${PORTSDIR}/devel/qca \ boost_thread:${PORTSDIR}/devel/boost-libs @@ -21,7 +21,7 @@ USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -SHLIB_VER= 5.0.0 +SHLIB_VER= 5.0.1 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} |