aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-01-22 13:08:21 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-01-22 13:08:21 +0000
commit9e6360ffc397b5c8a3a7688ca5ffd4f20234f674 (patch)
tree289d18f087e225a90f064125ed8bb0073c55c922 /net-p2p/libtorrent-rasterbar
parent580056663cb59bf7a2403f5f4831e9e8f9b84998 (diff)
downloadports-9e6360ffc397b5c8a3a7688ca5ffd4f20234f674.tar.gz
ports-9e6360ffc397b5c8a3a7688ca5ffd4f20234f674.zip
- Use USES=compiler:c++11-lang instead of compiler:c++11-lib
Reported by: many users Reviewed by: bapt
Notes
Notes: svn path=/head/; revision=340707
Diffstat (limited to 'net-p2p/libtorrent-rasterbar')
-rw-r--r--net-p2p/libtorrent-rasterbar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index 10879f067ca0..570d6b86b17d 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -16,7 +16,7 @@ LICENSE= BSD
LIB_DEPENDS?= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
libGeoIP.so:${PORTSDIR}/net/GeoIP
-USES= compiler:c++11-lib pathfix pkgconfig iconv
+USES= compiler:c++11-lang pathfix pkgconfig iconv
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes