From e5a65eeff9960512e5b51028be60d3b15e77e27f Mon Sep 17 00:00:00 2001
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sun, 18 May 2003 11:50:46 +0000
Subject: BROKEN on 5.1: fails to link

---
 x11-wm/qlwm/Makefile    | 8 +++++++-
 x11-wm/toolbox/Makefile | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

(limited to 'x11-wm')

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>
diff --git a/x11-wm/toolbox/Makefile b/x11-wm/toolbox/Makefile
index b5f1d25cbb20..b1a1d30a38a0 100644
--- a/x11-wm/toolbox/Makefile
+++ b/x11-wm/toolbox/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES=	http://www2.bc.edu/~kelleyry/toolbox/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A blackbox style configuration utility
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN=         "Fails to link"
+.endif
+
 USE_QT_VER=	2
 USE_X_PREFIX=	yes
 
@@ -21,4 +27,4 @@ MAKE_ENV=	CXX="${CXX}" CC="${CC}"
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/toolbox ${PREFIX}/bin/toolbox
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
-- 
cgit v1.2.3