diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /www/mod_perl2 | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'www/mod_perl2')
-rw-r--r-- | www/mod_perl2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 3899bb3fe456..6367fbac02d1 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BS RUN_DEPENDS= ${BUILD_DEPENDS} USE_APACHE= 2.0+ -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ GMAKE= yes # Using apxs in this way is problematic if apache2 is installed under a @@ -67,11 +67,6 @@ PLIST_SUB= THREADMUTEX="" PLIST_SUB= THREADMUTEX="@comment " .endif -# it is time to require perl 5.8.x -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again -.endif - pre-configure: ${RM} ${WRKSRC}/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm.orig |