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 | |
parent | 0089e15a493ac1eb258ac8d31ef98062c9bd34c5 (diff) |
Notes
-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 |