diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:22:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:22:42 +0000 |
commit | d48c061ea69db10e358a2ac3eea00998ded0b49c (patch) | |
tree | f6b8ede252e3681585e52c7145b9297f98371bde /lang/pike72 | |
parent | cde397995e3dbf7429569b0b2a8611e5c85ce082 (diff) | |
download | ports-d48c061ea69db10e358a2ac3eea00998ded0b49c.tar.gz ports-d48c061ea69db10e358a2ac3eea00998ded0b49c.zip |
Notes
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 a72d79c060b7..ad38d9e890be 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -67,6 +67,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. |