diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-14 06:52:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-14 06:52:32 +0000 |
commit | a48d714ca699c31e7e75d030df023da662b7c511 (patch) | |
tree | 42335164585bee9db333b2237dbaaa06fa302104 /net-p2p | |
parent | 1505b0ea37a8b779c0ae337e64e6ecf0570a6455 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index 88276f2098c9..19085cb9b9bb 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -6,6 +6,7 @@ PORTREVISION?= 4 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent +PKGNAMESUFFIX= -15 MAINTAINER= ports@FreeBSD.org COMMENT?= C++ library implementing a BitTorrent client @@ -15,8 +16,6 @@ BROKEN= Does not build with recent boost CONFLICTS+= libtorrent-rasterbar-0.1[46789].* -NO_LATEST_LINK= yes - BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf LIB_DEPENDS+= boost_date_time:${PORTSDIR}/devel/boost-libs \ GeoIP.5:${PORTSDIR}/net/GeoIP |