diff options
author | wiz <wiz@pkgsrc.org> | 2011-04-24 16:17:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-04-24 16:17:53 +0000 |
commit | 31a7a707861811322937f8e619c927248af84889 (patch) | |
tree | a24f1bf75daecaf2696f75125ab181db57b5947e /audio/abcde | |
parent | 217e062928476778c3781ccb477ef6e3ab029f48 (diff) | |
download | pkgsrc-31a7a707861811322937f8e619c927248af84889.tar.gz |
Fix DEPENDS line.
Diffstat (limited to 'audio/abcde')
-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 46b450b1ac3..c66606c7cde 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2011/04/21 17:53:26 hans Exp $ +# $NetBSD: Makefile,v 1.46 2011/04/24 16:17:53 wiz Exp $ DISTNAME= abcde-2.3.99.7_p235 PKGNAME= abcde-2.3.99.7 @@ -16,7 +16,7 @@ DEPENDS+= cd-discid>=0.7:../../audio/cd-discid DEPENDS+= id3-[0-9]*:../../audio/id3 DEPENDS+= id3v2-[0-9]*:../../audio/id3v2 .if ${OPSYS} != "SunOS" -DEPENDS+= cdparanoia>=>=3.0.9.7:../../audio/cdparanoia +DEPENDS+= cdparanoia>=3.0.9.7:../../audio/cdparanoia .endif DEPENDS+= mkcue>=2.1:../../misc/mkcue |