diff options
author | znerd <znerd@FreeBSD.org> | 2002-03-06 22:00:24 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-03-06 22:00:24 +0800 |
commit | 409b080839ade31dcfcaff00274dc1d86c2c04c8 (patch) | |
tree | 39c0d324c7955bd3a8a559d2ebda6618f4f1b836 /games | |
parent | 284cbfb7a38066397a53f87c48584c332bb77a32 (diff) | |
download | freebsd-ports-graphics-409b080839ade31dcfcaff00274dc1d86c2c04c8.tar.gz freebsd-ports-graphics-409b080839ade31dcfcaff00274dc1d86c2c04c8.tar.zst freebsd-ports-graphics-409b080839ade31dcfcaff00274dc1d86c2c04c8.zip |
Marked as broken and took over maintainership.
Distfiles nor homepage could be found.
Diffstat (limited to 'games')
-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 dac754e98e6..ebb67d5099c 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 |