summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-23 23:51:50 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-23 23:51:50 +0000
commit5e477ed87f8359d53db426ef08b70c8ef2e80e7a (patch)
treecfd224151e24700ff89e2550f604b4b843e3b734 /games
parentActivated imwheel. (diff)
Mark broken for -stable: requires NEWGCC/NEWGCC-compiled kde libs
Submitted by: Maintainer Reported by: Rod Taylor <rod@zort.on.ca>
Notes
Notes: svn path=/head/; revision=26224
Diffstat (limited to 'games')
-rw-r--r--games/kbubbles/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile
index 8985aa2a6369..406e494a1763 100644
--- a/games/kbubbles/Makefile
+++ b/games/kbubbles/Makefile
@@ -17,4 +17,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/QwSpriteField.h:${PORTSDIR}/converters/kdesu
GNU_CONFIGURE= yes
USE_QT= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400004
+BROKEN= "Requires NEWGCC-compiled KDE libs"
+.endif
+
+.include <bsd.port.post.mk>