diff options
author | erwin <erwin@FreeBSD.org> | 2009-12-27 18:03:13 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-12-27 18:03:13 +0800 |
commit | 1009cb2a206b92d05a1013b5fc1de8c674034929 (patch) | |
tree | 081b5294d7d412804bb1133223dd8b57e34af74d /chinese/tcl83 | |
parent | 3fd3648436072378f87eca879047f94369fc144d (diff) | |
download | freebsd-ports-gnome-1009cb2a206b92d05a1013b5fc1de8c674034929.tar.gz freebsd-ports-gnome-1009cb2a206b92d05a1013b5fc1de8c674034929.tar.zst freebsd-ports-gnome-1009cb2a206b92d05a1013b5fc1de8c674034929.zip |
Mark BROKEN on 9.x: does not build.
Diffstat (limited to 'chinese/tcl83')
-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} |