diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-26 11:44:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-26 11:44:54 +0000 |
commit | eb438972b06b7c3fbef87022ad59a3e5be11c477 (patch) | |
tree | 1fc41977472bca1793b19df88f7240ee3fe27ab0 | |
parent | 12905ea70501d8f1e5efee881bcab488e9ba2860 (diff) | |
download | pkgsrc-eb438972b06b7c3fbef87022ad59a3e5be11c477.tar.gz |
Fix path to fxtv (now in the multimedia category).
-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 0f040f03f71..a45bc21a67e 100644 --- a/meta-pkgs/fxtv-capture/Makefile +++ b/meta-pkgs/fxtv-capture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 16:58:15 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/26 11:44:54 jmmv Exp $ # DISTNAME= fxtv-capture-1.0 @@ -11,7 +11,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:../../graphics/fxtv +DEPENDS+= fxtv>=1.03nb1:../../multimedia/fxtv DEPENDS+= mpeg_encode-*:../../graphics/mpeg_encode DEPENDS+= mplex>=1.1:../../graphics/mplex |