diff options
-rw-r--r-- | games/kbubbles/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile index 406e494a1763..8985aa2a6369 100644 --- a/games/kbubbles/Makefile +++ b/games/kbubbles/Makefile @@ -17,10 +17,4 @@ BUILD_DEPENDS= ${LOCALBASE}/include/QwSpriteField.h:${PORTSDIR}/converters/kdesu GNU_CONFIGURE= yes USE_QT= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400004 -BROKEN= "Requires NEWGCC-compiled KDE libs" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |