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 /x11/kdelibs3 | |
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 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 39787148419..1e1a84d0cf5 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.158 2012/06/14 07:43:09 sbd Exp $ +# $NetBSD: Makefile,v 1.159 2012/07/01 19:05:28 dholland Exp $ DISTNAME= kdelibs-${_KDE_VERSION} -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop @@ -112,6 +112,7 @@ GCC_REQD+= 2.95 .include "../../textproc/libxslt/buildlink3.mk" .include "../../textproc/xmlcatmgr/catalogs.mk" .include "../../mk/oss.buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |