summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/kbubbles/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile
index 8985aa2..406e494 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>
OpenPOWER on IntegriCloud