diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-02 10:09:06 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-02 10:09:06 +0000 |
commit | 0e74ac2bfe66b58b7fc9e2e3b03e185495a0190e (patch) | |
tree | f53ab63d4824ff5bb68060710930ec45625182c7 /x11/kdelibs4 | |
parent | 93ff72f1e210c89c914cdd5e9e3eefe6ca5db4e8 (diff) | |
download | pkgsrc-0e74ac2bfe66b58b7fc9e2e3b03e185495a0190e.tar.gz |
Fix from Mark Davies for building with non-default PREFIX.
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index d07499c10b2..2171cc09f28 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2012/03/31 21:46:55 hans Exp $ +# $NetBSD: Makefile,v 1.40 2012/04/02 10:09:06 dholland Exp $ DISTNAME= kdelibs-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop @@ -58,7 +58,7 @@ SUBST_SED.kdelibsfix= -e 's:@LOCALBASE@:${LOCALBASE}:g' SUBST_CLASSES+= phononrelpath SUBST_STAGE.phononrelpath= post-configure SUBST_MESSAGE.phononrelpath= Fixing phonon RELWITHDEBINFO path -SUBST_FILES.phononrelpath= _KDE_build/CMakeFiles/Export/_usr/pkg/share/kde/apps/cmake/modules/KDELibs4LibraryTargets-relwithdebinfo.cmake +SUBST_FILES.phononrelpath= _KDE_build/CMakeFiles/Export/${LOCALBASE:S^/^_^}/share/kde/apps/cmake/modules/KDELibs4LibraryTargets-relwithdebinfo.cmake SUBST_SED.phononrelpath= -e 's:[^"]*/\.buildlink/lib/libphonon\.so::' USE_TOOLS+= flex gmake |