diff options
author | markd <markd@pkgsrc.org> | 2010-12-06 11:43:38 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-12-06 11:43:38 +0000 |
commit | b9a398246565706f14b868a75d0eb9006f93561c (patch) | |
tree | 07605cf28ff7e0a5b96c35844714615bcbb7bf9c /x11/kdebase4/Makefile | |
parent | 7be57250631d1fdf468d127c7af7365bdea64b3e (diff) | |
download | pkgsrc-b9a398246565706f14b868a75d0eb9006f93561c.tar.gz |
Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
Diffstat (limited to 'x11/kdebase4/Makefile')
-rw-r--r-- | x11/kdebase4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 27bb25347cb..d9e0a372763 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2010/11/18 22:55:12 adam Exp $ +# $NetBSD: Makefile,v 1.15 2010/12/06 11:43:42 markd Exp $ DISTNAME= kdebase-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= x11 COMMENT= Base modules for the KDE 4 integrated X11 desktop @@ -13,6 +12,7 @@ COMMENT= Base modules for the KDE 4 integrated X11 desktop .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/qimageblitz/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/kdelibs4/buildlink3.mk" .include "../../x11/kdebase-runtime4/buildlink3.mk" .include "../../x11/kdebase-workspace4/buildlink3.mk" |