diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:03:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:03:59 +0000 |
commit | 0d8ac3d80e4bfe159ed2f43bda1c9164a0cf5349 (patch) | |
tree | 7443b0ce8544dbea3ac8392715e913a05fc9be31 /lang/icon | |
parent | Remove '@cwd /usr/local' directive from pkg/PLIST. (diff) |
Mark this port only for i386.
Notes
Notes:
svn path=/head/; revision=20019
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 |