diff options
author | tron <tron@pkgsrc.org> | 2002-01-14 12:05:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-14 12:05:14 +0000 |
commit | f95b291ce350239d69f3b84ad5c9e76378ba4eba (patch) | |
tree | 0bd2e22343a0a957717266ccfec14d1d4bb9ea0b /audio | |
parent | 31e594a8a09c019313ae51b9f791d63e59ba2bb4 (diff) | |
download | pkgsrc-f95b291ce350239d69f3b84ad5c9e76378ba4eba.tar.gz |
Use wildcard dependence on "curl" package to fix problems after that
package has been updated.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vorbis-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 0c68fbdddf3..8e83fdd0ec2 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/01/03 19:56:38 tron Exp $ +# $NetBSD: Makefile,v 1.11 2002/01/14 12:05:14 tron Exp $ DISTNAME= vorbis-tools-1.0rc3 PKGNAME= vorbis-tools-1.0.0.7 @@ -9,7 +9,7 @@ MAINTAINER= lukem@netbsd.org HOMEPAGE= http://www.vorbis.com/ COMMENT= Ogg Vorbis encoder and player -DEPENDS= curl-7.9.1:../../www/curl +DEPENDS= curl>=7.9.1:../../www/curl CONFLICTS= vorbis-[0-9]* |