diff options
Diffstat (limited to 'games/gamazons/Makefile')
-rw-r--r-- | games/gamazons/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gamazons/Makefile b/games/gamazons/Makefile index 8026aa94b68..d787b8ea682 100644 --- a/games/gamazons/Makefile +++ b/games/gamazons/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2012/06/14 07:43:55 sbd Exp $ +# $NetBSD: Makefile,v 1.23 2012/07/01 19:05:17 dholland Exp $ # DISTNAME= gamazons-0.83 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= games MASTER_SITES= http://www.yorgalily.org/gamazons/src/ @@ -16,4 +16,5 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config gmake .include "../../devel/libgnomeui/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |