Wed Nov 10 10:15:54 2010 UTC ()
Make sure it uses the correct liblzma


(markd)
diff -r1.14 -r1.15 pkgsrc/x11/kdebase-runtime4/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/x11/kdebase-runtime4/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/kdebase-runtime4/Attic/Makefile 2010/10/25 20:55:27 1.14
+++ pkgsrc/x11/kdebase-runtime4/Attic/Makefile 2010/11/10 10:15:54 1.15
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.14 2010/10/25 20:55:27 markd Exp $ 1# $NetBSD: Makefile,v 1.15 2010/11/10 10:15:54 markd Exp $
2 2
3DISTNAME= kdebase-runtime-${_KDE_VERSION} 3DISTNAME= kdebase-runtime-${_KDE_VERSION}
4CATEGORIES= x11 4CATEGORIES= x11
5COMMENT= Runtime requirements for the KDE integrated X11 desktop 5COMMENT= Runtime requirements for the KDE integrated X11 desktop
6 6
7.include "../../meta-pkgs/kde4/Makefile.kde4" 7.include "../../meta-pkgs/kde4/Makefile.kde4"
8 8
9# BUILD_MAKE_FLAGS+= VERBOSE=1 9# BUILD_MAKE_FLAGS+= VERBOSE=1
10CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=off 10CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=off
 11CMAKE_ARGS+= -DLIBLZMA_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.xz}/include
 12CMAKE_ARGS+= -DLIBLZMA_LIBRARY:FILEPATH=${BUILDLINK_PREFIX.xz}/lib/liblzma.so
11 13
12DEPENDS+= htdig>=3.2.0:../../www/htdig-devel 14DEPENDS+= htdig>=3.2.0:../../www/htdig-devel
13DEPENDS+= oxygen-icons-[0-9]*:../../graphics/oxygen-icons 15DEPENDS+= oxygen-icons-[0-9]*:../../graphics/oxygen-icons
14 16
15USE_TOOLS+= gmake 17USE_TOOLS+= gmake
16 18
17.include "options.mk" 19.include "options.mk"
18 20
19SUBST_CLASSES+= htdig paths 21SUBST_CLASSES+= htdig paths
20SUBST_STAGE.htdig= post-patch 22SUBST_STAGE.htdig= post-patch
21SUBST_MESSAGE.htdig= Fix htdig paths. 23SUBST_MESSAGE.htdig= Fix htdig paths.
22SUBST_FILES.htdig= khelpcenter/searchhandlers/khc_htsearch.pl 24SUBST_FILES.htdig= khelpcenter/searchhandlers/khc_htsearch.pl
23SUBST_SED.htdig= -e s:/srv/www/cgi-bin:${PREFIX}/libexec/cgi-bin: 25SUBST_SED.htdig= -e s:/srv/www/cgi-bin:${PREFIX}/libexec/cgi-bin: