diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-20 01:39:55 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-20 01:39:55 +0000 |
commit | 64dc015dfb0595d595b96ac2ee45da33da07aa3b (patch) | |
tree | 58b52d0e895bb1f9f37128ff475c281f78dbd5f3 /x11/kde-runtime4 | |
parent | 937e545049b0bd67a5f0c431ceaac31d752d33d4 (diff) | |
download | pkgsrc-64dc015dfb0595d595b96ac2ee45da33da07aa3b.tar.gz |
phonon is not in the 'multmedia' directory
Diffstat (limited to 'x11/kde-runtime4')
-rw-r--r-- | x11/kde-runtime4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde-runtime4/Makefile b/x11/kde-runtime4/Makefile index e9af2bbe3e0..74abbc9ca84 100644 --- a/x11/kde-runtime4/Makefile +++ b/x11/kde-runtime4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/03/19 19:44:03 markd Exp $ +# $NetBSD: Makefile,v 1.2 2012/03/20 01:39:55 dholland Exp $ DISTNAME= kde-runtime-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -55,7 +55,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 # not the libssh the package wants #.include "../../security/libssh/buildlink3.mk" .include "../../security/qca2/buildlink3.mk" -.include "../../multmedia/phonon/buildlink3.mk" +.include "../../multimedia/phonon/buildlink3.mk" .include "../../archivers/xz/buildlink3.mk" .include "../../graphics/exiv2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |