diff options
author | pooka <pooka> | 2000-06-19 15:56:26 +0000 |
---|---|---|
committer | pooka <pooka> | 2000-06-19 15:56:26 +0000 |
commit | 6267e4f090a80e83f7ed666778678eefdc6039e3 (patch) | |
tree | fd6df556a5edcff7f5c50ce50b1f001e3f0068ee /lang/icon/Makefile | |
parent | 15513d99895bf3f558934d494f3a7fd318bae5fc (diff) | |
download | pkgsrc-6267e4f090a80e83f7ed666778678eefdc6039e3.tar.gz |
Add support for NetBSD/sparc
Patches provided by David A. Holland <dholland@eecs.harvard.edu> in
pkg/10332
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r-- | lang/icon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 415f3ac72cb..c981905df7c 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/04/05 14:32:51 pooka Exp $ +# $NetBSD: Makefile,v 1.16 2000/06/19 15:56:26 pooka Exp $ # FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp # @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.arizona.edu/icon/index.htm -ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-i386 NetBSD-*-sparc DIST_SUBDIR= ${PKGNAME} NO_WRKSUBDIR= yes |