aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/qlwm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:50:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:50:46 +0000
commite5a65eeff9960512e5b51028be60d3b15e77e27f (patch)
tree98f54d9a4a45f1644ec0b9b2755ab7f792dcd2fb /x11-wm/qlwm
parentbc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (diff)
downloadports-e5a65eeff9960512e5b51028be60d3b15e77e27f.tar.gz
ports-e5a65eeff9960512e5b51028be60d3b15e77e27f.zip
BROKEN on 5.1: fails to link
Notes
Notes: svn path=/head/; revision=81220
Diffstat (limited to 'x11-wm/qlwm')
-rw-r--r--x11-wm/qlwm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/qlwm/Makefile b/x11-wm/qlwm/Makefile
index ec5742cdde0a..13897f7269a8 100644
--- a/x11-wm/qlwm/Makefile
+++ b/x11-wm/qlwm/Makefile
@@ -15,6 +15,12 @@ MASTER_SITES= http://www.netcologne.de/~nc-lindenal/qlwm/
MAINTAINER= trevor@FreeBSD.org
COMMENT= Qt-based window manager
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Fails to link"
+.endif
+
DOCDIR= share/doc/${PORTNAME}
DOCS= CHANGES README
LIBDIR= lib/${PORTNAME}
@@ -73,4 +79,4 @@ do-install:
${SED} -e s,%PREFIX%,${PREFIX},g <${FILESDIR}/qlwm >${WRKSRC}/qlwm
${INSTALL_SCRIPT} ${WRKSRC}/qlwm ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>