diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-07 05:43:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-07 05:43:16 +0000 |
commit | 0993ac7ee05fb36834452d01188a887420b86d56 (patch) | |
tree | 5eccb4baf283adde0081371c259d9aa80ffb60db | |
parent | 3b3abc12258c3553872da8bd5606ebe291c70f82 (diff) |
Notes
-rw-r--r-- | lang/pike76/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 4cd55fd2d436..12de0a59f1a2 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -81,19 +81,19 @@ USE_GETTEXT= yes USE_BISON= yes USE_GMAKE= yes +# Allow building Embedded Perl +CONFIGURE_ARGS+= --with-perl +USE_PERL5= YES + .include <bsd.port.pre.mk> ONLY_FOR_ARCHS= i386 amd64 PLIST_SUB+= PORTVERSION=${PORTVERSION} -.if ${ARCH} == "amd64" && ${OSVERSION} >= 700019 +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700019 BROKEN= Does not compile .endif -# Allow building Embedded Perl -CONFIGURE_ARGS+= --with-perl -USE_PERL5= YES - .if defined(WITHOUT_RELOCATABLE_DUMPED_MODULES) CONFIGURE_ARGS+= --without-relocatable-dumped-modules .else |