diff options
author | tron <tron> | 2002-01-14 12:05:14 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-14 12:05:14 +0000 |
commit | f2e9715947e25b932f6b3d37556c78aa0d60f410 (patch) | |
tree | 0bd2e22343a0a957717266ccfec14d1d4bb9ea0b /audio/vorbis-tools | |
parent | c27d5d9eda05d72690c85c033899f10006b94120 (diff) | |
download | pkgsrc-f2e9715947e25b932f6b3d37556c78aa0d60f410.tar.gz |
Use wildcard dependence on "curl" package to fix problems after that
package has been updated.
Diffstat (limited to 'audio/vorbis-tools')
-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]* |