diff options
author | joerg <joerg> | 2011-08-13 18:00:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-08-13 18:00:01 +0000 |
commit | 5ad019ec7c5eb4c7f5851580fd1cb7519996f2a2 (patch) | |
tree | 40462667c05a6bf926d7337c879e1124fe5eb7ed /audio | |
parent | 54ae4006961a086e2d56b2acda74705ba8d0bd08 (diff) | |
download | pkgsrc-5ad019ec7c5eb4c7f5851580fd1cb7519996f2a2.tar.gz |
Relax dependency in the hope that it still works instead of failing due
to missing dependency.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index 69a925d4b0a..794cc24090b 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/10/30 12:23:12 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/08/13 18:00:01 joerg Exp $ # To the poor soul who wants to update this package: # @@ -43,7 +43,7 @@ DISTNAME= ${PRODUCT:tl:S/_v/-/}-noCPAN PKGNAME= ${DISTNAME:S/-noCPAN//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= http://downloads.slimdevices.com/${PRODUCT}/ @@ -74,7 +74,7 @@ DEPENDS+= flac-[0-9]*:../../audio/flac DEPENDS+= faad2-[0-9]*:../../audio/faad2 # Perl modules with native code -DEPENDS+= p5-Audio-Scan-0.84{,nb[0-9]*}:../../audio/p5-Audio-Scan +DEPENDS+= p5-Audio-Scan>=0.84:../../audio/p5-Audio-Scan DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor DEPENDS+= p5-Compress-Raw-Zlib-[0-9]*:../../devel/p5-Compress-Raw-Zlib DEPENDS+= p5-DBD-mysql>=3.0002:../../databases/p5-DBD-mysql |