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/ccgo | |
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/ccgo')
-rw-r--r-- | games/ccgo/Makefile | 5 |
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" |