aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-08 17:23:03 +0800
committerPav Lucistnik <pav@FreeBSD.org>2008-07-08 17:23:03 +0800
commit62e1e21b6fd42c4f6a9e5ffc80fce772875a6fb6 (patch)
treef120ec4379b1a2de9ad429fa593dfe60c6639ba8 /www
parent6bf2af74c00ea141d5def9fc5e5fab68c816858c (diff)
downloadfreebsd-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/Makefile8
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>