svn commit: r487865 - head/net-p2p/amule

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 08:51:36 UTC 2018


Author: linimon
Date: Thu Dec 20 08:51:35 2018
New Revision: 487865
URL: https://svnweb.freebsd.org/changeset/ports/487865

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234118
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-p2p/amule/Makefile

Modified: head/net-p2p/amule/Makefile
==============================================================================
--- head/net-p2p/amule/Makefile	Thu Dec 20 08:47:22 2018	(r487864)
+++ head/net-p2p/amule/Makefile	Thu Dec 20 08:51:35 2018	(r487865)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	libcryptopp.so:security/cryptopp
 
 CONFLICTS=	amule-devel-[0-9]*
 
-USES=		bison desktop-file-utils gmake perl5 pkgconfig shebangfix \
-		tar:xz
+USES=		bison compiler:c++11-lang desktop-file-utils gmake perl5 \
+		pkgconfig shebangfix tar:xz
 USE_PERL5=	build
 USE_WX=		2.8
 WX_CONF_ARGS=	absolute


More information about the svn-ports-all mailing list