diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-21 13:07:55 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-21 13:07:55 +0000 |
commit | 139ca0e8418a17cdace13be78a10fdc08ac1d7e4 (patch) | |
tree | 6400dc5150e52324e5dc95a9e23bf663e0a1fe98 /www/mod_dtcl | |
parent | 003041ae4c02cdb479f99d3002436ab17ef60ce7 (diff) | |
download | ports-139ca0e8418a17cdace13be78a10fdc08ac1d7e4.tar.gz ports-139ca0e8418a17cdace13be78a10fdc08ac1d7e4.zip |
Notes
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r-- | www/mod_dtcl/Makefile | 2 |
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 |