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 /lang/pike76 | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) |
Notes
Diffstat (limited to 'lang/pike76')
-rw-r--r-- | lang/pike76/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 4a9180df980a..8b2c95350e20 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -94,13 +94,9 @@ BROKEN= Does not compile LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 .endif -# Allow building Embeded perl when >= 5.6 -.if ${PERL_LEVEL} > 500600 +# Allow building Embedded Perl CONFIGURE_ARGS+= --with-perl USE_PERL5= YES -.else -CONFIGURE_ARGS+= --without-perl -.endif .if defined(WITHOUT_RELOCATABLE_DUMPED_MODULES) CONFIGURE_ARGS+= --without-relocatable-dumped-modules |