Date: Wed, 22 Jan 2014 13:08:21 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340707 - head/net-p2p/libtorrent-rasterbar Message-ID: <201401221308.s0MD8L37045506@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Wed Jan 22 13:08:21 2014 New Revision: 340707 URL: http://svnweb.freebsd.org/changeset/ports/340707 QAT: https://qat.redports.org/buildarchive/r340707/ Log: - Use USES=compiler:c++11-lang instead of compiler:c++11-lib Reported by: many users Reviewed by: bapt Modified: head/net-p2p/libtorrent-rasterbar/Makefile Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Wed Jan 22 11:47:22 2014 (r340706) +++ head/net-p2p/libtorrent-rasterbar/Makefile Wed Jan 22 13:08:21 2014 (r340707) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401221308.s0MD8L37045506>