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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/unroff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 920f9370cf6..84cfcffcad8 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:29 tsarna Exp $ +# $NetBSD: Makefile,v 1.7 1998/09/22 06:11:40 garbled Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp # @@ -9,6 +9,8 @@ MASTER_SITES= ${UNROFF_SITE}/dist/ \ ${UNROFF_SITE}/contrib/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} +NOT_FOR_ARCHS= alpha #needs elk + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/ |