diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-01 19:05:10 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-01 19:05:10 +0000 |
commit | 49cfd098d9ac562486418c0b9b1800f0499ea9b3 (patch) | |
tree | af6bac08ba19623995a5a336cd7ea2eaf1e37c23 /games/exult | |
parent | 43374d4414b44a75c627d1541df7f49b36dad152 (diff) | |
download | pkgsrc-49cfd098d9ac562486418c0b9b1800f0499ea9b3.tar.gz |
Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
Diffstat (limited to 'games/exult')
-rw-r--r-- | games/exult/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index 0dd41f19288..4a5cc9e9f15 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2012/06/18 03:59:09 dholland Exp $ +# $NetBSD: Makefile,v 1.16 2012/07/01 19:05:17 dholland Exp $ # DISTNAME= exult-1.2 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=exult/} @@ -23,4 +23,5 @@ GNU_CONFIGURE= yes .include "../../devel/SDL/buildlink3.mk" .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |