diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-01-22 21:08:21 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-01-22 21:08:21 +0800 |
commit | 50ad9b0c635b77d50bbefeabcfa75529b2b514db (patch) | |
tree | 289d18f087e225a90f064125ed8bb0073c55c922 /net-p2p | |
parent | be744778b2035888342b71e3ea7526858fd45e3c (diff) | |
download | freebsd-ports-gnome-50ad9b0c635b77d50bbefeabcfa75529b2b514db.tar.gz freebsd-ports-gnome-50ad9b0c635b77d50bbefeabcfa75529b2b514db.tar.zst freebsd-ports-gnome-50ad9b0c635b77d50bbefeabcfa75529b2b514db.zip |
- Use USES=compiler:c++11-lang instead of compiler:c++11-lib
Reported by: many users
Reviewed by: bapt
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 2 |
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 |