diff options
author | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
commit | 8bb5bacb2816c68350a34c6d6b876f65410233f4 (patch) | |
tree | a57492ad41e15476f90fc624ff3efd195d3a866e /net/p5-Net | |
parent | a7ac85aebfd7fca34193ee7fc63a34e7447f6200 (diff) | |
download | pkgsrc-8bb5bacb2816c68350a34c6d6b876f65410233f4.tar.gz |
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha. There may be more, but I haven't seen them yet.
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 5c346fc6e18..a892a563927 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:18 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/09/22 06:11:39 garbled Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # @@ -8,6 +8,8 @@ CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net +NOT_FOR_ARCHS= alpha # dynamic loading needed in perl + MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html |