diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-29 09:05:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-29 09:05:05 +0000 |
commit | 92877d8d081c11eda901a387ffd9f43d2febad27 (patch) | |
tree | 4e9aa9b93843c3cfbcec45a9e54fa2bdfd512029 /lang/pike76 | |
parent | d6d42ac6d42e6a43c3484e674ff75cdfe6cb1cf8 (diff) | |
download | ports-92877d8d081c11eda901a387ffd9f43d2febad27.tar.gz ports-92877d8d081c11eda901a387ffd9f43d2febad27.zip |
Notes
Diffstat (limited to 'lang/pike76')
-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 932093863e9a..b66331749ef9 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. |