diff options
author | Brian S. Dean <bsd@FreeBSD.org> | 2003-04-17 22:36:31 +0000 |
---|---|---|
committer | Brian S. Dean <bsd@FreeBSD.org> | 2003-04-17 22:36:31 +0000 |
commit | e5dd9966a30979de8da5e7cbbe768a5fc99b87e7 (patch) | |
tree | ea41d31aa2cc10716707f05ddbd67556525d5d75 | |
parent | Don't remove the share/java/classes system directory (diff) |
Fix avarice for 5.0 - needs perl for building.
Submitted by: kris@ and bento
Notes
Notes:
svn path=/head/; revision=79171
-rw-r--r-- | devel/avarice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile index 427a3ec9fa90..dc549a5d8431 100644 --- a/devel/avarice/Makefile +++ b/devel/avarice/Makefile @@ -20,4 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}cvs HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} +USE_PERL5_BUILD= yes + .include <bsd.port.mk> |