diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-27 22:58:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-27 22:58:52 +0000 |
commit | 921ae16012bdbba96022049da2e306b46ab31dd0 (patch) | |
tree | 203885796aa40b100cc9b46161533f4cb0d3992f /lang/chicken | |
parent | c26836118a189fc18d668981582273d2a9d1771f (diff) | |
download | ports-921ae16012bdbba96022049da2e306b46ab31dd0.tar.gz ports-921ae16012bdbba96022049da2e306b46ab31dd0.zip |
Notes
Diffstat (limited to 'lang/chicken')
-rw-r--r-- | lang/chicken/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 954728aff853..395e22e787e1 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -29,8 +29,8 @@ OPTIONS= PCRE "With PCRE support" off .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Coredump during build on amd64 and ia64" +.if ${ARCH} == "ia64" +BROKEN= "Coredump during build on ia64" .endif .if defined(WITH_PCRE) |