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 | 62bb58cae812e652d96fe4ff7fc810de158ecc4e (patch) | |
tree | af6bac08ba19623995a5a336cd7ea2eaf1e37c23 /emulators | |
parent | fa7e7e369cf8b534252154a9ad1c304d1b88f9f6 (diff) | |
download | pkgsrc-62bb58cae812e652d96fe4ff7fc810de158ecc4e.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 'emulators')
-rw-r--r-- | emulators/kenigma/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/kenigma/Makefile b/emulators/kenigma/Makefile index c088771b7b8..a9515ed88c9 100644 --- a/emulators/kenigma/Makefile +++ b/emulators/kenigma/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2012/06/14 07:44:13 sbd Exp $ +# $NetBSD: Makefile,v 1.22 2012/07/01 19:05:17 dholland Exp $ DISTNAME= 28107-kenigma-1.2.1 PKGNAME= kenigma-1.2.1 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= emulators security MASTER_SITES= http://www.kde-apps.org/content/files/ @@ -39,4 +39,5 @@ do-install: .include "../../meta-pkgs/kde3/kde3.mk" .include "../../lang/ruby/buildlink3.mk" .include "../../x11/kdebindings-ruby/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |