diff options
author | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
commit | b17ed5a6d0647a0cd1b32359ec17ae09b8695c27 (patch) | |
tree | a57492ad41e15476f90fc624ff3efd195d3a866e /mail/pine | |
parent | b6e18a911dfab844c58f60a20655b08b2b7ad002 (diff) | |
download | pkgsrc-b17ed5a6d0647a0cd1b32359ec17ae09b8695c27.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 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 9c2490cdca8..1ca7f7ee3cc 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1998/08/20 15:17:10 tsarna Exp $ +# $NetBSD: Makefile,v 1.23 1998/09/22 06:11:38 garbled Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -7,6 +7,8 @@ PKGNAME= pine-4.02 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ +NOT_FOR_ARCHS= alpha #LP64 problems + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ |