diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-24 21:55:28 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-24 21:55:28 +0000 |
commit | 5eaaa1030ba0fdc375ae5c4387482e8dd7a522a1 (patch) | |
tree | 8c8dfc10069bea123f6966dc039125acc63c41a4 /meta-pkgs | |
parent | e59a31284218677466a05db94b72d5ccaa0c169a (diff) | |
download | pkgsrc-5eaaa1030ba0fdc375ae5c4387482e8dd7a522a1.tar.gz |
Fix path to mpeg_encode, now in the multimedia category.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/fxtv-capture/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/fxtv-capture/Makefile b/meta-pkgs/fxtv-capture/Makefile index 47f083648a7..0aaca10eb91 100644 --- a/meta-pkgs/fxtv-capture/Makefile +++ b/meta-pkgs/fxtv-capture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/22 20:48:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/24 21:55:28 jmmv Exp $ # DISTNAME= fxtv-capture-1.0 @@ -12,7 +12,7 @@ COMMENT= Meta-package including all packages to capture video with bktr(4) DEPENDS+= sox>=12.17.1:../../audio/sox DEPENDS+= mpegaudio>=3.9:../../audio/mpegaudio DEPENDS+= fxtv>=1.03nb1:../../multimedia/fxtv -DEPENDS+= mpeg_encode-*:../../graphics/mpeg_encode +DEPENDS+= mpeg_encode-*:../../multimedia/mpeg_encode DEPENDS+= mplex>=1.1:../../multimedia/mplex EXTRACT_ONLY= # empty |