diff options
author | jlam <jlam> | 2002-08-08 06:10:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-08 06:10:03 +0000 |
commit | 21573e2c5c944cc3e891e744ad22127e877a4463 (patch) | |
tree | 9b18d66173edafa05c697b6a7e52660f6919e8b7 /lang/perl58 | |
parent | c78728e86cd0a1e036b594ca7c6fc7291ccb1e39 (diff) | |
download | pkgsrc-21573e2c5c944cc3e891e744ad22127e877a4463.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/Makefile | 6 |
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" |