summaryrefslogtreecommitdiff
path: root/misc/kdeplasma-addons4
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2012-04-15 03:51:41 +0000
committermarkd <markd@pkgsrc.org>2012-04-15 03:51:41 +0000
commitb14698915ab0072df02be8d248c5c49c06997c14 (patch)
treecaabb1f50043d1cdbe27ef1e2477b717f8125978 /misc/kdeplasma-addons4
parent451ce4cee2b8e7767a020484a2468ef21ba685dd (diff)
downloadpkgsrc-b14698915ab0072df02be8d248c5c49c06997c14.tar.gz
Be explicit in not doing ibus in case cmake happens to find the package.
Diffstat (limited to 'misc/kdeplasma-addons4')
-rw-r--r--misc/kdeplasma-addons4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kdeplasma-addons4/Makefile b/misc/kdeplasma-addons4/Makefile
index dc72833f452..3d600a213b5 100644
--- a/misc/kdeplasma-addons4/Makefile
+++ b/misc/kdeplasma-addons4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/03/19 20:50:24 markd Exp $
+# $NetBSD: Makefile,v 1.26 2012/04/15 03:51:41 markd Exp $
DISTNAME= kdeplasma-addons-${_KDE_VERSION}
PKGNAME= ${DISTNAME:S/-4/4-4/}
@@ -11,6 +11,8 @@ MAKE_JOBS_SAFE= no
# BUILD_MAKE_FLAGS+= VERBOSE=1
+CMAKE_ARGS+= -D BUILD_ibus:BOOL=OFF
+
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"