diff options
author | kris <kris@FreeBSD.org> | 2004-03-29 09:05:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-29 09:05:05 +0000 |
commit | 294e71c49f8e7c876fd61230b975319b074d450c (patch) | |
tree | be11d8b1af40c2ae545754287a55f1ef220198fd /lang/pike76/Makefile | |
parent | 6d4e6abe86e4056fdb295ecfaa6c6d26ba149c1a (diff) | |
download | FreeBSD-ports-294e71c49f8e7c876fd61230b975319b074d450c.zip FreeBSD-ports-294e71c49f8e7c876fd61230b975319b074d450c.tar.gz |
BROKEN on !i386: Does not build (errors running pike binary during build)
Diffstat (limited to 'lang/pike76/Makefile')
-rw-r--r-- | lang/pike76/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 9320938..b663317 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -72,6 +72,10 @@ USE_BISON= yes .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not build on !i386 (errors running pike binary during build)" +.endif + PLIST_SUB+= PORTVERSION=${PORTVERSION} # FreeBSD 5.0 Needs to have libgmp port to support gmp. |