diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-20 08:51:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-20 08:51:35 +0000 |
commit | 9409a641ab389b4f3da363f1eddb6273fbdfd6bf (patch) | |
tree | dc7d35fda0871eebb1bdf80601b547a3464a69bb /net-p2p/amule | |
parent | misc/gnuit: Unbreak by adding a missing file to plist (diff) |
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)
Notes
Notes:
svn path=/head/; revision=487865
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 0dcb9b874824..9861723297ac 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -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 |