diff options
author | grant <grant@pkgsrc.org> | 2002-12-23 16:10:45 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-23 16:10:45 +0000 |
commit | 028534a47d30be8f565de463f38d2c3a8764e4e2 (patch) | |
tree | 448c5ca8d5dbde11584a45001c02d46d847b6e93 /lang/perl5 | |
parent | af45bf6ae7ac5c8595e5c206fc618d2654acad70 (diff) | |
download | pkgsrc-028534a47d30be8f565de463f38d2c3a8764e4e2.tar.gz |
mark this NOT_FOR_PLATFORM Darwin, since the earliest version of perl
with Darwin support is perl58 and attempting to build this version
fails.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 8dbaf5a418a..9117d686aad 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2002/10/23 23:33:21 grant Exp $ +# $NetBSD: Makefile,v 1.58 2002/12/23 16:10:45 grant Exp $ .include "../../lang/perl5/Makefile.common" @@ -15,6 +15,8 @@ CONFLICTS= perl-5.00* perl-base-[0-9]* \ p5-Devel-DProf-[0-9]* p5-Devel-Peek-[0-9]* \ perl-mk-[0-9]* +NOT_FOR_PLATFORM= Darwin-*-* + USE_BUILDLINK2= # defined HAS_CONFIGURE= # defined CONFIGURE_SCRIPT= ./Configure |