diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-24 11:23:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-24 11:23:39 +0000 |
commit | e8254e7a3a3168361b605a8df8c7f133d677197e (patch) | |
tree | 1433d08acd47519fa0a9e5b5ddcd8cbc5d7a9b63 /x11 | |
parent | 354bbf266a9f84e727d9a421975ee57be69d611a (diff) | |
download | pkgsrc-e8254e7a3a3168361b605a8df8c7f133d677197e.tar.gz |
Fix another libphonon reference. Bump revision.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 3e106659891..e7ee84ddc48 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.78 2015/04/17 15:52:58 adam Exp $ +# $NetBSD: Makefile,v 1.79 2015/04/24 11:23:39 joerg 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 @@ -62,7 +62,8 @@ 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/${LOCALBASE:S^/^_^}/share/kde/apps/cmake/modules/KDELibs4LibraryTargets-${TARGET_NAME}.cmake +SUBST_FILES.phononrelpath= _KDE_build/CMakeFiles/Export/${LOCALBASE:S^/^_^}/share/kde/apps/cmake/modules/KDELibs4LibraryTargets-${TARGET_NAME}.cmake \ + _KDE_build/experimental/libkdeclarative/CMakeFiles/Export/${LOCALBASE:S^/^_^}/lib/cmake/KDeclarative/KDeclarativeLibraryTargets-${TARGET_NAME}.cmake SUBST_SED.phononrelpath= -e 's:[^"]*/\.buildlink/lib/libphonon\.so::' USE_TOOLS+= flex gmake |