diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 11:40:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 11:40:51 +0000 |
commit | 3dd9f1db1c7f78bd6ffc7b953b01db5fc9b32af0 (patch) | |
tree | f30736e0d11129f21a8b36a4b85dc40b58832038 /lang/pike72/Makefile | |
parent | 364020514c8c65ecf30e7e00894e2a52c93464d5 (diff) | |
download | ports-3dd9f1db1c7f78bd6ffc7b953b01db5fc9b32af0.tar.gz ports-3dd9f1db1c7f78bd6ffc7b953b01db5fc9b32af0.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 6b762f41bf43..f419ff7142be 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -54,6 +54,10 @@ CONFIGURE_ARGS+= --without-debug \ .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Build fails on amd64" +.endif + PLIST_SUB+= PORTVERSION=${PORTVERSION} # FreeBSD 5.0 Needs to have libgmp port to support gmp. |