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