diff options
-rw-r--r-- | games/kbubbles/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile index dac754e98e60..ebb67d5099c5 100644 --- a/games/kbubbles/Makefile +++ b/games/kbubbles/Makefile @@ -10,11 +10,13 @@ PORTVERSION= 0.8.6 CATEGORIES= games MASTER_SITES= http://hem.passagen.se/tonybj/kbubbles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= znerd@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext LIB_DEPENDS= QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 +BROKEN= "Distfiles nor homepage found" + USE_KDELIBS_VER=1 USE_LIBTOOL= yes |