diff options
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r-- | sysutils/xosview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 40dbe9b1e00..e0ba595f07b 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/08/20 15:17:28 tsarna Exp $ +# $NetBSD: Makefile,v 1.16 1998/09/24 23:15:42 garbled Exp $ # DISTNAME= xosview-1.6.0 @@ -6,6 +6,8 @@ CATEGORIES= sysutils MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/ \ http://lore.ece.utexas.edu/~bgrayson/xosview/ +NOT_FOR_ARCHS= alpha # 1.6.2a fixes this, no need to get upset. + MAINTAINER= bgrayson@ece.utexas.edu HOMEPAGE= http://lore.ece.utexas.edu/~bgrayson/xosview.html |