diff options
author | markd <markd> | 2003-07-30 14:39:47 +0000 |
---|---|---|
committer | markd <markd> | 2003-07-30 14:39:47 +0000 |
commit | 12b58c2f51a901275931997f31c1713a353f95ab (patch) | |
tree | 04970bc247a037f5c70b34ca12b5ac6da2cfc55b /games/kdegames3/Makefile | |
parent | 010061d02f63a6ed7f75e83bfe505ecc0893066b (diff) | |
download | pkgsrc-12b58c2f51a901275931997f31c1713a353f95ab.tar.gz |
Update kdegames to 3.1.3.
Changes:
* kbattleship: Improve IA, fix winner checking order
* atlantik: core management fixes (Rob Kaper)
* atlantik: do not just delete players, also remove portfolios when resetting
core (Rob Kaper)
* atlantik: don't show money in portfolio when not in game (Rob Kaper)
* atlantik: Fix multiple close button problem (Rob Kaper)
* atlantik: Fix user sorting (Rob Kaper)
* atlantik: Don't tell client that the game has started when it has not (Rob Kaper)
* kolf: fixing the two most long-standing bugs (Jason Katz-Brown)
* kmahjongg: Selected tiel not highlighted when hit is being displayed
* kmahjongg: Correct alignment of column headings in highscore dialog.
* kpat: Fix "is game lost?" check
* kpat: move cards toger for 40 & 8
* kmahjongg: Fix bug: i18n names aren't displayed correctly in highscores
* konquest: Allow 10 players, not just 5.
* konquest: Fix prompting prolem when first player is eliminated during run
Diffstat (limited to 'games/kdegames3/Makefile')
-rw-r--r-- | games/kdegames3/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index cc3f0c32e0a..b79ffc992b4 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.15 2003/07/13 13:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/30 14:39:47 markd Exp $ -DISTNAME= kdegames-3.1.2 -PKGREVISION= 1 +DISTNAME= kdegames-3.1.3 CATEGORIES= games COMMENT= Games for the KDE integrated X11 desktop -.include "../../x11/kde3/Makefile.kde3" +.include "../../meta-pkgs/kde3/Makefile.kde3" USE_BUILDLINK2= YES FOO_MAIN_FILES= \ kbackgammon/kbackgammon_main.cpp -.include "../../x11/kde3/Makefile.foo_main" +.include "../../meta-pkgs/kde3/Makefile.foo_main" -.include "../../x11/kde3/buildlink2.mk" +.include "../../meta-pkgs/kde3/buildlink2.mk" .include "../../x11/kdebase3/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |