svn commit: r340707 - head/net-p2p/libtorrent-rasterbar

Rusmir Dusko nemysis at FreeBSD.org
Wed Jan 22 13:08:22 UTC 2014


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


More information about the svn-ports-all mailing list