summaryrefslogtreecommitdiff
path: root/games/atomix
diff options
context:
space:
mode:
authordholland <dholland>2012-07-01 19:05:10 +0000
committerdholland <dholland>2012-07-01 19:05:10 +0000
commit7d3da82056babea6f9b74ab1c138cdaca7955bcd (patch)
treeaf6bac08ba19623995a5a336cd7ea2eaf1e37c23 /games/atomix
parent7a8d249fafc411925e5ac5444802f5aab7d16837 (diff)
downloadpkgsrc-7d3da82056babea6f9b74ab1c138cdaca7955bcd.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/atomix')
-rw-r--r--games/atomix/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
index 8809298b5e8..e2e13e4e743 100644
--- a/games/atomix/Makefile
+++ b/games/atomix/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2012/06/14 07:43:47 sbd Exp $
+# $NetBSD: Makefile,v 1.24 2012/07/01 19:05:17 dholland Exp $
#
DISTNAME= atomix-2.14.0
-PKGREVISION= 19
+PKGREVISION= 20
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atomix/2.14/}
@@ -24,4 +24,5 @@ LDFLAGS.DragonFly= -lm
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"