aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-29 07:06:23 +0800
committerkris <kris@FreeBSD.org>2005-10-29 07:06:23 +0800
commit360bcdef7663551d235611dc6466bcfbe80b3faf (patch)
treebed2d199338b41436c6e973aa94075e99ef9643f /lang
parentf5df08c679ab844e16bcd50633111d75753d7450 (diff)
downloadfreebsd-ports-graphics-360bcdef7663551d235611dc6466bcfbe80b3faf.tar.gz
freebsd-ports-graphics-360bcdef7663551d235611dc6466bcfbe80b3faf.tar.zst
freebsd-ports-graphics-360bcdef7663551d235611dc6466bcfbe80b3faf.zip
BROKEN on ia64: Does not build
Diffstat (limited to 'lang')
-rw-r--r--lang/librep/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index a95b9628189..2f67b0ef491 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -39,6 +39,11 @@ INFO= librep
PREFIX?= ${X11BASE}
.include <bsd.port.pre.mk>
+
+.if ${ARCH} == ia64
+BROKEN= "Does not build on ia64"
+.endif
+
.if ${OSVERSION} > 500023
LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4
.else