diff options
author | pav <pav@FreeBSD.org> | 2008-07-08 17:23:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-08 17:23:03 +0800 |
commit | 04cde6ba1cf38f88fd4a7b03af5d8e0200ee73e9 (patch) | |
tree | 667c49dcfe584060ea4095cca1a68b9a651c42ef /www/lws | |
parent | 1107a3c8040b7569fa8cd685c6979d0760b21619 (diff) | |
download | freebsd-ports-gnome-04cde6ba1cf38f88fd4a7b03af5d8e0200ee73e9.tar.gz freebsd-ports-gnome-04cde6ba1cf38f88fd4a7b03af5d8e0200ee73e9.tar.zst freebsd-ports-gnome-04cde6ba1cf38f88fd4a7b03af5d8e0200ee73e9.zip |
- Mark BROKEN on 8-CURRENT
Diffstat (limited to 'www/lws')
-rw-r--r-- | www/lws/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/lws/Makefile b/www/lws/Makefile index ca7a66336de9..51ce25fb4bd5 100644 --- a/www/lws/Makefile +++ b/www/lws/Makefile @@ -19,4 +19,10 @@ LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel MAN1= lws.1 MANCOMPRESSED= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + +.include <bsd.port.post.mk> |