diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-02 22:48:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-02 22:48:32 +0000 |
commit | bd9245a33934ace3b190f8b8a1ebc7a98500c6ae (patch) | |
tree | 43c007cedcd75352d0fb1f996b67ddf0fb1c189b /audio | |
parent | c3e73e699e37bab016f37b6facf36eb1948d8e8b (diff) | |
download | pkgsrc-bd9245a33934ace3b190f8b8a1ebc7a98500c6ae.tar.gz |
Fix DEPENDS pattern.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-MP3-Tag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile index 4d4f31b2837..16141a1dc2b 100644 --- a/audio/p5-MP3-Tag/Makefile +++ b/audio/p5-MP3-Tag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/12/05 20:49:49 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/02 22:48:32 wiz Exp $ DISTNAME= tagged-0.40 PKGNAME= p5-MP3-Tag-0.40 @@ -11,7 +11,7 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://tagged.sourceforge.net/ COMMENT= This is a perl module to read/write tags of mp3-files -DEPENDS+= p5-Compress-Zlib-1.*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-Compress-Zlib>=1.0:../../devel/p5-Compress-Zlib PERL5_PACKLIST= auto/MP3/Tag/.packlist |