diff options
author | jim <jim@FreeBSD.org> | 2000-02-26 06:30:49 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-02-26 06:30:49 +0800 |
commit | 29a016d36ade1bb91b35fbc9a0a5e7eb3eb064f8 (patch) | |
tree | 0232d723ad6b710547160a60d4776bd1bcb4c011 | |
parent | 4fb8ab0c60bf3cbb2c52bccdd2ed1290e716d9ba (diff) | |
download | freebsd-ports-gnome-29a016d36ade1bb91b35fbc9a0a5e7eb3eb064f8.tar.gz freebsd-ports-gnome-29a016d36ade1bb91b35fbc9a0a5e7eb3eb064f8.tar.zst freebsd-ports-gnome-29a016d36ade1bb91b35fbc9a0a5e7eb3eb064f8.zip |
Remove BROKEN for -STABLE since it works now.
Submitted by: maintainer
-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> |