diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-27 10:03:13 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-27 10:03:13 +0000 |
commit | 3d2aefeb7330960b94cbe3e4f8c69234051b8705 (patch) | |
tree | e4160524e758a29859d03ce7e04df856b508f8b1 /chinese | |
parent | eeceeab26e94f737c179bb68fb26af87620a33cf (diff) | |
download | ports-3d2aefeb7330960b94cbe3e4f8c69234051b8705.tar.gz ports-3d2aefeb7330960b94cbe3e4f8c69234051b8705.zip |
Notes
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} |