summaryrefslogtreecommitdiff
path: root/lang/pike72
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 21:13:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 21:13:42 +0000
commitc598ac767bf1b16e174d6cd6706f6deca6e5e886 (patch)
tree64719332a18f8c18193c1734eca1331c6229ff1b /lang/pike72
parentBROKEN: Incomplete pkg-plist (diff)
BROKEN on alpha, amd64 and ia64: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132005
Diffstat (limited to 'lang/pike72')
-rw-r--r--lang/pike72/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile
index 459efc7f967d..bfdd4e8cbb8b 100644
--- a/lang/pike72/Makefile
+++ b/lang/pike72/Makefile
@@ -52,6 +52,10 @@ CONFIGURE_ARGS+= --without-debug \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha" || ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= "Does not build on alpha, amd64 or ia64"
+.endif
+
.if ${ARCH} == "i386"
CONFIGURE_ARGS+= --with-long-double-precision
.endif