diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-04 11:01:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-04 11:01:19 +0800 |
commit | a097dedaca5d1736db39d27d46c1405d007ebc40 (patch) | |
tree | 3db2f054bbf4fbf1c9a23b019ae4358acf08b167 /lang | |
parent | ceb738a591f1e6f3620a6356096cd4af9016c91e (diff) | |
download | freebsd-ports-gnome-a097dedaca5d1736db39d27d46c1405d007ebc40.tar.gz freebsd-ports-gnome-a097dedaca5d1736db39d27d46c1405d007ebc40.tar.zst freebsd-ports-gnome-a097dedaca5d1736db39d27d46c1405d007ebc40.zip |
Mark as broken on ARM.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl86/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |