diff options
author | frueauf <frueauf> | 1998-02-01 10:26:26 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-01 10:26:26 +0000 |
commit | 19953508c616dd29e9382677c083e2edfbe0d81c (patch) | |
tree | 9f7c06b27c8c35333802db13cdb869e3a6b904b3 | |
parent | 602c2f1c13d05c877d0ee3c9a1c56d1bc7f9f40f (diff) | |
download | pkgsrc-19953508c616dd29e9382677c083e2edfbe0d81c.tar.gz |
add "ONLY_FOR_ARCHS=i386" as it works only on port-i386 yet.
-rw-r--r-- | lang/icon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index dfe7f14644a..e28f843c0fb 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -3,7 +3,7 @@ # Date created: 05 April 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $NetBSD: Makefile,v 1.4 1998/01/24 20:18:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/01 10:26:26 frueauf Exp $ # FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp # @@ -11,6 +11,7 @@ DISTNAME= unix PKGNAME= icon-9.3 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/ +ONLY_FOR_ARCHS= i386 MAINTAINER= ports@freebsd.org |