diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 05:58:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 05:58:20 +0000 |
commit | 97a460131ca84dc3368e82077b7939acd9c486b9 (patch) | |
tree | 968ca263c6f4601a00e8cc5ae7f1acc27b4fcc4c /lang/pike72/Makefile | |
parent | 5b748f14d819c4c4a2c392ca98c25bd9480b0e26 (diff) | |
download | ports-97a460131ca84dc3368e82077b7939acd9c486b9.tar.gz ports-97a460131ca84dc3368e82077b7939acd9c486b9.zip |
Notes
Diffstat (limited to 'lang/pike72/Makefile')
-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. |