diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-08-04 20:28:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-08-04 20:28:22 +0800 |
commit | a1bc497f2e7d3ab049a73bcfc482fb6b64aa03a1 (patch) | |
tree | 5478715dbd922b5eeff87a63ef83d6c71831fc9e /lang/gnustep-objc | |
parent | 2d0101e3be4984b61a5b2a40282719d99a4ec55c (diff) | |
download | freebsd-ports-gnome-a1bc497f2e7d3ab049a73bcfc482fb6b64aa03a1.tar.gz freebsd-ports-gnome-a1bc497f2e7d3ab049a73bcfc482fb6b64aa03a1.tar.zst freebsd-ports-gnome-a1bc497f2e7d3ab049a73bcfc482fb6b64aa03a1.zip |
note conflicts for amd64
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r-- | lang/gnustep-objc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index a2fd1e82a3d5..b9fa88137140 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -25,6 +25,6 @@ MAKEFILE= GNUmakefile ALL_TARGET= NO_MTREE= yes INSTALLS_SHLIB= yes -NOT_FOR_ARCHS= ia64 +NOT_FOR_ARCHS= ia64 amd64 .include <bsd.port.mk> |