summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pwlib/Makefile3
-rw-r--r--lang/tcl86/Makefile4
2 files changed, 7 insertions, 0 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index 261ad5b99725..8d049d3d1aa8 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -34,6 +34,9 @@ MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "arm"
+BROKEN= Does not install on arm: mtree
+.endif
CFLAGS= -O1
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile
index cbda1653c7e8..14853a2526c0 100644
--- a/lang/tcl86/Makefile
+++ b/lang/tcl86/Makefile
@@ -47,6 +47,10 @@ LATEST_LINK= tcl86${THREADS_SUFFIX}
.include <bsd.port.pre.mk>
+.if ${ARCH} == "arm"
+BROKEN= Does not build on arm
+.endif
+
.if !defined(WITHOUT_TCL_MODULES)
RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.4.tm:${PORTSDIR}/lang/tcl-modules
.endif