diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-03-06 14:14:08 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-03-06 14:14:08 +0000 |
commit | 8a6ba5ecc0b7dbe819191bfcdaeb53119b3d2437 (patch) | |
tree | 0120496777797ad5f64cb2de3f56091cded362a3 /games | |
parent | Marked as broken and took over maintainership. (diff) |
Found a download location for the distfile.
Notes
Notes:
svn path=/head/; revision=55636
Diffstat (limited to 'games')
-rw-r--r-- | games/kbubbles/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile index ebb67d5099c5..97ccd794da2d 100644 --- a/games/kbubbles/Makefile +++ b/games/kbubbles/Makefile @@ -8,15 +8,13 @@ PORTNAME= kbubbles PORTVERSION= 0.8.6 CATEGORIES= games -MASTER_SITES= http://hem.passagen.se/tonybj/kbubbles/ +MASTER_SITES= http://ftp.kde.com/Games/Other/KBubbles/ 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 |