diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 05:03:59 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 05:03:59 +0800 |
commit | 0a2716077f39f85dd828f16f253381079cc61ac9 (patch) | |
tree | d2c790e46bbca6708a290ecd11351a3b4b1113a6 /lang/icon | |
parent | a30046fe1508432d5c7d3472342638246fee3a51 (diff) | |
download | freebsd-ports-gnome-0a2716077f39f85dd828f16f253381079cc61ac9.tar.gz freebsd-ports-gnome-0a2716077f39f85dd828f16f253381079cc61ac9.tar.zst freebsd-ports-gnome-0a2716077f39f85dd828f16f253381079cc61ac9.zip |
Mark this port only for i386.
Diffstat (limited to 'lang/icon')
-rw-r--r-- | lang/icon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 2b2481a4cdb0..17b75330e8d9 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -3,7 +3,7 @@ # Date created: 05 April 1995 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.11 1998/01/20 09:37:40 tg Exp $ +# $Id: Makefile,v 1.12 1998/02/20 12:19:36 tg Exp $ # DISTNAME= unix @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG +ONLY_FOR_ARCHS= i386 + DIST_SUBDIR= icon NO_WRKSUBDIR= true ALL_TARGET= Icon Icon-iconc |