summaryrefslogtreecommitdiff
path: root/x11/kdebase-runtime4
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-11-10 10:14:42 +0000
committermarkd <markd@pkgsrc.org>2010-11-10 10:14:42 +0000
commit802933a777128fd679584757d10a081fd7a54ab8 (patch)
tree7de01737ece940599bd3e71388def0b6c93a0176 /x11/kdebase-runtime4
parentf61ced2fb821c677a26f09b8528b1b9a36807c90 (diff)
downloadpkgsrc-802933a777128fd679584757d10a081fd7a54ab8.tar.gz
Make sure it uses the correct liblzma
Diffstat (limited to 'x11/kdebase-runtime4')
-rw-r--r--x11/kdebase-runtime4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdebase-runtime4/Makefile b/x11/kdebase-runtime4/Makefile
index 25efcb56752..6dfbb3a9a10 100644
--- a/x11/kdebase-runtime4/Makefile
+++ b/x11/kdebase-runtime4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/10/25 20:55:27 markd Exp $
+# $NetBSD: Makefile,v 1.15 2010/11/10 10:15:54 markd Exp $
DISTNAME= kdebase-runtime-${_KDE_VERSION}
CATEGORIES= x11
@@ -8,6 +8,8 @@ COMMENT= Runtime requirements for the KDE integrated X11 desktop
# BUILD_MAKE_FLAGS+= VERBOSE=1
CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=off
+CMAKE_ARGS+= -DLIBLZMA_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.xz}/include
+CMAKE_ARGS+= -DLIBLZMA_LIBRARY:FILEPATH=${BUILDLINK_PREFIX.xz}/lib/liblzma.so
DEPENDS+= htdig>=3.2.0:../../www/htdig-devel
DEPENDS+= oxygen-icons-[0-9]*:../../graphics/oxygen-icons