summaryrefslogtreecommitdiff
path: root/games/ccgo
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/ccgo
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/ccgo')
-rw-r--r--games/ccgo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ccgo/Makefile b/games/ccgo/Makefile
index 48ecab73394..44abd1b1981 100644
--- a/games/ccgo/Makefile
+++ b/games/ccgo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2012/06/14 07:44:25 sbd Exp $
+# $NetBSD: Makefile,v 1.40 2012/07/01 19:05:17 dholland Exp $
DISTNAME= ccgo-0.3.6.3
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= games
MASTER_SITES= http://ccdw.org/~cjj/prog/ccgo/src/
@@ -31,4 +31,5 @@ PREFIX.gnugo_DEFAULT= ${LOCALBASE}
.include "../../devel/gconfmm/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"