diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-12-08 00:35:22 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-12-08 00:35:22 +0800 |
commit | 5bdb81f38465cf92029eff8dcbf9e0032464897c (patch) | |
tree | 85730bf08b87a0a9101c487f66b5bd543ce8baef /net-p2p/ktorrent/Makefile | |
parent | 14adddb1b689c1825693968872f83caa83576f0e (diff) | |
download | freebsd-ports-gnome-5bdb81f38465cf92029eff8dcbf9e0032464897c.tar.gz freebsd-ports-gnome-5bdb81f38465cf92029eff8dcbf9e0032464897c.tar.zst freebsd-ports-gnome-5bdb81f38465cf92029eff8dcbf9e0032464897c.zip |
Update to 4.1.3
Replace check for ktorrent-2 with CONFLICTS_BUILD
Feature safe: yes
Diffstat (limited to 'net-p2p/ktorrent/Makefile')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 11142d09205d..83b7a41da114 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ktorrent -DISTVERSION= 4.1.2 -PORTREVISION= 1 +DISTVERSION= 4.1.3 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ @@ -28,8 +27,10 @@ USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -.if exists(${LOCALBASE}/lib/libktorrent-2.2.8.so) -IGNORE= fails to build with net-p2p/ktorrent2 installed. Deinstall it first -.endif +CONFLICTS_BUILD= ktorrent-2* + +SHLIB_VER= 12.0.2 +PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ + SHLIB_SHVER=${SHLIB_VER:R:R} .include <bsd.port.mk> |