summaryrefslogtreecommitdiff
path: root/lang/perl58
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-08 06:10:03 +0000
committerjlam <jlam@pkgsrc.org>2002-08-08 06:10:03 +0000
commitc8a6f4234b39b24e271eb64ab198f39437cf863f (patch)
tree9b18d66173edafa05c697b6a7e52660f6919e8b7 /lang/perl58
parent1e99daa357c56817d6383bc9820ddea3c33bb2c4 (diff)
downloadpkgsrc-c8a6f4234b39b24e271eb64ab198f39437cf863f.tar.gz
Allow non-Darwin platforms to build perl58. We're in pkgsrc lockdown down
just prior to branching for 1.6, so this should be okay now. I also want to see this built in the bulk-builds for testing purposes.
Diffstat (limited to 'lang/perl58')
-rw-r--r--lang/perl58/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index 6937c6256a0..121aecb31d1 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/22 21:50:37 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2002/08/08 06:10:05 jlam Exp $
.include "Makefile.common"
@@ -28,10 +28,6 @@ CONFIGURE_ARGS+= -Uinstallusrbinperl
.include "../../mk/bsd.prefs.mk"
-.if !(defined(_USE_PERL58) && (${_USE_PERL58} == "YES"))
-ONLY_FOR_PLATFORM= Darwin-*-*
-.endif
-
MKPIC?= yes
.if ${OPSYS} == "Darwin"