aboutsummaryrefslogtreecommitdiff
path: root/lang/pike76
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-07 05:43:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-07 05:43:16 +0000
commit0993ac7ee05fb36834452d01188a887420b86d56 (patch)
tree5eccb4baf283adde0081371c259d9aa80ffb60db /lang/pike76
parent3b3abc12258c3553872da8bd5606ebe291c70f82 (diff)
downloadports-0993ac7ee05fb36834452d01188a887420b86d56.tar.gz
ports-0993ac7ee05fb36834452d01188a887420b86d56.zip
Notes
Diffstat (limited to 'lang/pike76')
-rw-r--r--lang/pike76/Makefile10
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