Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 08:51:36 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487865 - head/net-p2p/amule
Message-ID:  <201812200851.wBK8patZ075602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200851.wBK8patZ075602>