diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-11 23:09:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-11 23:09:44 +0000 |
commit | 83b00fb2610b5fb54a830ead5530a68b2f177a16 (patch) | |
tree | dcf9dd704b954a6166618438d87abbe0365078c1 /misc | |
parent | 3b5b85d1d1ac38ac85d7793e2f0d561ecbe896ab (diff) | |
download | pkgsrc-83b00fb2610b5fb54a830ead5530a68b2f177a16.tar.gz |
Switch to ffmpeg1 instead of ffmpeg.
Note: some of these packages didn't build for me, e.g. osg, so I couldn't
verify them all.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nepomuk-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/nepomuk-core/Makefile b/misc/nepomuk-core/Makefile index 3047dfd686b..e3079d249d3 100644 --- a/misc/nepomuk-core/Makefile +++ b/misc/nepomuk-core/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2014/06/07 12:11:24 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/08/11 23:09:45 wiz Exp $ DISTNAME= nepomuk-core-${_KDE_VERSION} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= misc COMMENT= library for dealing with Nepomuk components @@ -21,7 +21,7 @@ USE_TOOLS+= gmake .include "../../audio/taglib/buildlink3.mk" .include "../../graphics/exiv2/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../multimedia/ffmpeg/buildlink3.mk" +.include "../../multimedia/ffmpeg1/buildlink3.mk" .include "../../print/poppler-qt4/buildlink3.mk" .include "../../textproc/ebook-tools/buildlink3.mk" .include "../../textproc/shared-desktop-ontologies/buildlink3.mk" |