summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-27 22:58:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-27 22:58:52 +0000
commit921ae16012bdbba96022049da2e306b46ab31dd0 (patch)
tree203885796aa40b100cc9b46161533f4cb0d3992f /lang
parentNow fetchable again (diff)
Now builds on amd64
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118464
Diffstat (limited to 'lang')
-rw-r--r--lang/chicken/Makefile4
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)