diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-08 17:23:03 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-08 17:23:03 +0800 |
commit | 62e1e21b6fd42c4f6a9e5ffc80fce772875a6fb6 (patch) | |
tree | f120ec4379b1a2de9ad429fa593dfe60c6639ba8 /www | |
parent | 6bf2af74c00ea141d5def9fc5e5fab68c816858c (diff) | |
download | freebsd-ports-gnome-62e1e21b6fd42c4f6a9e5ffc80fce772875a6fb6.tar.gz freebsd-ports-gnome-62e1e21b6fd42c4f6a9e5ffc80fce772875a6fb6.tar.zst freebsd-ports-gnome-62e1e21b6fd42c4f6a9e5ffc80fce772875a6fb6.zip |
- Mark BROKEN on 8-CURRENT
Diffstat (limited to 'www')
-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> |