diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 17:58:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 17:58:27 +0000 |
commit | 9304fd610b060fc430889b6a81ae202ac7bdd0ad (patch) | |
tree | 6186c19d627cb014b6944a7af856baa65e7a0996 /devel/avarice | |
parent | 2704440db17e8f3b6ebf9a1fcc1862ad3397a269 (diff) |
Notes
Diffstat (limited to 'devel/avarice')
-rw-r--r-- | devel/avarice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile index b690db479a0d..727ace683d1a 100644 --- a/devel/avarice/Makefile +++ b/devel/avarice/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \ ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes #CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include |