diff options
-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 |