diff options
Diffstat (limited to 'lang/tcl81-thread')
-rw-r--r-- | lang/tcl81-thread/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/tcl81-thread/Makefile b/lang/tcl81-thread/Makefile index c4a29051e4bc..c40a8a00f949 100644 --- a/lang/tcl81-thread/Makefile +++ b/lang/tcl81-thread/Makefile @@ -58,6 +58,10 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + post-install: .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} |