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 /editors/kdissert | |
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 'editors/kdissert')
-rw-r--r-- | editors/kdissert/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index 955ee071e5c..87e1f82cfe9 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2012/06/14 07:45:06 sbd Exp $ +# $NetBSD: Makefile,v 1.36 2012/07/01 19:05:16 dholland Exp $ # DISTNAME= kdissert-1.0.7 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= editors MASTER_SITES= http://freehackers.org/~tnagy/kdissert/ EXTRACT_SUFX= .tar.bz2 @@ -37,4 +37,5 @@ do-install: .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |