diff options
author | wiz <wiz> | 2001-12-03 21:51:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-03 21:51:52 +0000 |
commit | d11b33c012195e61d63330d6c7120fce967f4857 (patch) | |
tree | d6deda0b0378462cfabd3e586b49e11e28a05992 /audio/abcde/Makefile | |
parent | 8c3b671922b74ad943e39d1df56512e7a7d450f9 (diff) | |
download | pkgsrc-d11b33c012195e61d63330d6c7120fce967f4857.tar.gz |
Fix dependency on cd-discid to match actual version number.
Diffstat (limited to 'audio/abcde/Makefile')
-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 d543ce063b5..8d75d2214f1 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/03 18:02:06 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/03 21:51:52 wiz Exp $ DISTNAME= abcde_2.0.orig PKGNAME= abcde-2.0 @@ -9,7 +9,7 @@ MAINTAINER= lukem@netbsd.org HOMEPAGE= http://frantica.lly.org/~rcw/abcde/page/ COMMENT= Command-line utility to rip and encode an audio CD -DEPENDS+= cd-discid>=0.7.0:../../audio/cd-discid +DEPENDS+= cd-discid>=0.7:../../audio/cd-discid DEPENDS+= id3-[0-9]*:../../audio/id3 DEPENDS+= cdparanoia>=3.0.9.7:../../audio/cdparanoia DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools |