diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 13:58:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 13:58:20 +0800 |
commit | 418d6c334d050a8fdd26a474532b8f9e48689211 (patch) | |
tree | 2b0b4edf87391ef82a7dd364a25a49db081022a3 /lang/pike72 | |
parent | 2624c5ec17a537888cd50e72b19493d94cef9ef0 (diff) | |
download | freebsd-ports-gnome-418d6c334d050a8fdd26a474532b8f9e48689211.tar.gz freebsd-ports-gnome-418d6c334d050a8fdd26a474532b8f9e48689211.tar.zst freebsd-ports-gnome-418d6c334d050a8fdd26a474532b8f9e48689211.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'lang/pike72')
-rw-r--r-- | lang/pike72/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index 0cd27852ba37..75f28802a0c4 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -63,6 +63,10 @@ CONFIGURE_ARGS+= --without-debug \ .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + PLIST_SUB+= PORTVERSION=${PORTVERSION} # FreeBSD 5.0 Needs to have libgmp port to support gmp. |