diff options
Diffstat (limited to 'lang/pike76')
-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 |