diff options
-rw-r--r-- | games/xjewel/Makefile | 3 | ||||
-rw-r--r-- | games/xmris/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 8c2c7fcd8c7..e15688cd522 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/05/24 09:54:05 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/05/25 04:44:15 obache Exp $ DISTNAME= xjewel-1.6 PKGREVISION= 3 @@ -13,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_IMAKE= yes USE_TOOLS+= gzcat bdftopcf mkfontdir +USE_GAMESGROUP= yes BUILD_DEFS+= VARBASE diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 394eb7feb57..9a41517d8de 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/05/23 12:05:53 obache Exp $ +# $NetBSD: Makefile,v 1.17 2011/05/25 04:42:58 obache Exp $ DISTNAME= xmris.4.0.5 PKGNAME= xmris-4.05 @@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir USE_IMAKE= yes +USE_GAMESGROUP= yes NO_INSTALL_MANPAGES= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 |