diff options
author | drochner <drochner@pkgsrc.org> | 2011-01-11 20:20:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-01-11 20:20:53 +0000 |
commit | ea3da4d03e42f28316bddb45446870df0e0e51d9 (patch) | |
tree | 243a593f7075d622985d6da55cf0479a288727ae /games/lbreakout2/Makefile | |
parent | 00ab5597b2af2c86d7c0eac3e5d7180d1242d02d (diff) | |
download | pkgsrc-ea3da4d03e42f28316bddb45446870df0e0e51d9.tar.gz |
update to 2.6.2
changes: many new levels, bugfixes, i18n...
Diffstat (limited to 'games/lbreakout2/Makefile')
-rw-r--r-- | games/lbreakout2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile index 25704369ce3..5fea32a8d54 100644 --- a/games/lbreakout2/Makefile +++ b/games/lbreakout2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2010/06/13 22:44:21 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2011/01/11 20:20:53 drochner Exp $ -DISTNAME= lbreakout2-2.5.2 -PKGREVISION= 8 +DISTNAME= lbreakout2-2.6.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/} @@ -31,6 +30,8 @@ SUBST_SED.sunpro= -e 's,^inline ,,' CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/lbreakout2.hscr \ ${REAL_ROOT_USER} games 664 +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |