diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-03 18:02:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-03 18:02:06 +0000 |
commit | 520184d46c851eb616c576470c23a0f2e73dab1f (patch) | |
tree | abab8d438ab0fa3f49802fe5b02a3f4d8c94d1e0 | |
parent | 87f0eee1ad1db8a956382270a73e03f13b46cb30 (diff) | |
download | pkgsrc-520184d46c851eb616c576470c23a0f2e73dab1f.tar.gz |
Adapt to dewey-conform version of cdparanoia.
-rw-r--r-- | audio/abcde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 63a1fe83827..d543ce063b5 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/10/12 09:52:19 agc Exp $ +# $NetBSD: Makefile,v 1.4 2001/12/03 18:02:06 wiz Exp $ DISTNAME= abcde_2.0.orig PKGNAME= abcde-2.0 @@ -11,7 +11,7 @@ COMMENT= Command-line utility to rip and encode an audio CD DEPENDS+= cd-discid>=0.7.0:../../audio/cd-discid DEPENDS+= id3-[0-9]*:../../audio/id3 -DEPENDS+= cdparanoia>=3.a9.7:../../audio/cdparanoia +DEPENDS+= cdparanoia>=3.0.9.7:../../audio/cdparanoia DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools DEPENDS+= wget>=1.7:../../net/wget |