diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/tcl83/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/tcl83/Makefile b/chinese/tcl83/Makefile index d7feffc9b189..f40fe01866b7 100644 --- a/chinese/tcl83/Makefile +++ b/chinese/tcl83/Makefile @@ -414,6 +414,10 @@ MLINKS= Access.3 Tcl_Access.3 \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + post-install: .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} |