diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-21 08:52:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-21 08:52:42 +0000 |
commit | e4e91f0fd03b7c2058fa4586eff30bfa4d5b9df3 (patch) | |
tree | b1b672fc062b7d02c241e29e0eb2de949c7f8667 /www/gforge | |
parent | 00561021820673c267842809aa1191e99cbaaba3 (diff) |
s/USE_PERL/USE_PERL5/
Notes
Notes:
svn path=/head/; revision=109613
Diffstat (limited to 'www/gforge')
-rw-r--r-- | www/gforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gforge/Makefile b/www/gforge/Makefile index 39032f62a4c1..185639b8d466 100644 --- a/www/gforge/Makefile +++ b/www/gforge/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4 \ USE_BZIP2= YES USE_REINPLACE= YES -USE_PERL= YES +USE_PERL5= YES HAS_CONFIGURE= YES USE_APACHE= YES USE_AUTOCONF_VER= 253 |