diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-21 10:18:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-21 10:18:22 +0000 |
commit | 5bbba8ddef20d17f6991ccaee98eed31cac76cec (patch) | |
tree | 832d838ded379f538a7dfe3ff266759390cffbc1 | |
parent | Correct typo in WWW. (diff) |
Looks like this ports needs perl5 to build
Noticed by: kris/bento
Notes
Notes:
svn path=/head/; revision=81585
-rw-r--r-- | devel/mingw32-gcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 92762ee01c63..97d208c2d30b 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -36,6 +36,7 @@ PATCHVERSION= 20020817.1 WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} USE_BZIP2= yes +USE_PERL5_BUILD=yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ |