diff options
Diffstat (limited to 'x11/kde-runtime4')
-rw-r--r-- | x11/kde-runtime4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kde-runtime4/Makefile b/x11/kde-runtime4/Makefile index f45733c1072..912775eb77d 100644 --- a/x11/kde-runtime4/Makefile +++ b/x11/kde-runtime4/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2012/04/15 05:54:54 markd Exp $ +# $NetBSD: Makefile,v 1.5 2012/05/05 22:17:34 joerg Exp $ DISTNAME= kde-runtime-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} +PKGREVISION= 1 CATEGORIES= x11 COMMENT= Runtime requirements for the KDE integrated X11 desktop @@ -45,6 +46,8 @@ CONF_FILES+= ${PREFIX}/share/examples/kde-runtime4/kde-information.menu \ CONF_FILES+= ${PREFIX}/share/examples/kde4-dbus/org.kde.kcontrol.kcmremotewidgets.conf \ ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf +BUILDLINK_DEPMETHOD.qt4-tools= full + INSTALLATION_DIRS+= ${PKGMANDIR}/man1 .include "../../meta-pkgs/kde4/kde4.mk" |