aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-12-21 21:07:55 +0800
committererwin <erwin@FreeBSD.org>2009-12-21 21:07:55 +0800
commit45d6eedc6530a7c349ccd9da5c8680cabad85054 (patch)
tree9a4b27632c0775de315f80235f5b3550239c4e67
parentd9cddb3cb7bae05918d0ea8955cbd851437a9645 (diff)
downloadfreebsd-ports-gnome-45d6eedc6530a7c349ccd9da5c8680cabad85054.tar.gz
freebsd-ports-gnome-45d6eedc6530a7c349ccd9da5c8680cabad85054.tar.zst
freebsd-ports-gnome-45d6eedc6530a7c349ccd9da5c8680cabad85054.zip
Mark BROKEN on 8.x as well: doesn't build.
Submitted by: QAT
-rw-r--r--www/mod_dtcl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile
index 5796375165e5..9c587181ebde 100644
--- a/www/mod_dtcl/Makefile
+++ b/www/mod_dtcl/Makefile
@@ -24,7 +24,7 @@ MAKE_ENV+= TCL_VERSION=${TCL_VER}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900000
+.if ${OSVERSION} >= 800000
BROKEN= does not build
.endif