diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-02-25 22:30:49 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-02-25 22:30:49 +0000 |
commit | d55beb3b6de4c410b3f83bce2e93c3de58817b88 (patch) | |
tree | a91b41cf15990ac992e68d08be173e530e951ba2 /games/kbubbles | |
parent | b0568f632d367827db2b6f914debdd093ae85a1c (diff) | |
download | ports-d55beb3b6de4c410b3f83bce2e93c3de58817b88.tar.gz ports-d55beb3b6de4c410b3f83bce2e93c3de58817b88.zip |
Notes
Diffstat (limited to 'games/kbubbles')
-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> |