summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/hte/Makefile4
-rw-r--r--lang/librep/Makefile5
2 files changed, 9 insertions, 0 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index b9908b2faae4..217d978e42d7 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -27,6 +27,10 @@ PLIST_FILES= bin/ht
.include <bsd.port.pre.mk>
+.if ${ARCH} == ia64
+BROKEN= "Does not build on ia64"
+.endif
+
.if ${OSVERSION} < 400000
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index a95b9628189b..2f67b0ef491f 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