diff options
author | kris <kris@FreeBSD.org> | 2004-05-21 08:52:42 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-21 08:52:42 +0000 |
commit | 64534c9e767de5faf11827b4b2d758285cb6644c (patch) | |
tree | 6b9c596857da7608569881c0761c3f7f6ce7647b /www/gforge | |
parent | 7601ae6166637a996d9a62effd7a0f1a4735d8aa (diff) | |
download | FreeBSD-ports-64534c9e767de5faf11827b4b2d758285cb6644c.zip FreeBSD-ports-64534c9e767de5faf11827b4b2d758285cb6644c.tar.gz |
s/USE_PERL/USE_PERL5/
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 39032f6..185639b 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 |