summaryrefslogtreecommitdiff
path: root/games/crimsonfields
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-07-01 19:05:10 +0000
committerdholland <dholland@pkgsrc.org>2012-07-01 19:05:10 +0000
commit49cfd098d9ac562486418c0b9b1800f0499ea9b3 (patch)
treeaf6bac08ba19623995a5a336cd7ea2eaf1e37c23 /games/crimsonfields
parent43374d4414b44a75c627d1541df7f49b36dad152 (diff)
downloadpkgsrc-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/crimsonfields')
-rw-r--r--games/crimsonfields/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile
index 2bb6282d05e..024cdc2cb54 100644
--- a/games/crimsonfields/Makefile
+++ b/games/crimsonfields/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2011/11/01 06:01:14 sbd Exp $
+# $NetBSD: Makefile,v 1.39 2012/07/01 19:05:17 dholland Exp $
#
DISTNAME= crimson-0.5.2
PKGNAME= ${DISTNAME:S/crimson/crimsonfields/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= http://crimson.seul.org/files/
EXTRACT_SUFX= .tar.bz2
@@ -29,4 +29,5 @@ CONFIGURE_ARGS+= --enable-comet
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"