diff options
author | markd <markd@pkgsrc.org> | 2016-04-28 07:08:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-04-28 07:08:13 +0000 |
commit | 7c492368aed2c766e6cbc612b2ef63860c78b291 (patch) | |
tree | 2ec2124ebee1e787c0e63beee94aae422e5cdeab /x11 | |
parent | fe8cc44e845a6d6a3b0a41116adc3f23adf16c04 (diff) | |
download | pkgsrc-7c492368aed2c766e6cbc612b2ef63860c78b291.tar.gz |
s/baloo/libbaloo4/
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde-baseapps4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kde-baseapps4/Makefile b/x11/kde-baseapps4/Makefile index a163deb6eb7..2678e7fbde0 100644 --- a/x11/kde-baseapps4/Makefile +++ b/x11/kde-baseapps4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2016/03/05 11:29:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/28 07:11:54 markd Exp $ DISTNAME= kde-baseapps-15.12.0 PKGNAME= ${DISTNAME:S/-1/4-1/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 COMMENT= Base modules for the KDE 4 integrated X11 desktop MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} @@ -30,7 +30,7 @@ CHECK_INTERPRETER_SKIP= share/kde/templates/.source/Program.desktop .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/qimageblitz/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../sysutils/baloo/buildlink3.mk" +.include "../../sysutils/libbaloo4/buildlink3.mk" .include "../../sysutils/baloo-widgets/buildlink3.mk" .include "../../sysutils/kfilemetadata/buildlink3.mk" .include "../../textproc/xapian/buildlink3.mk" |