diff options
author | itojun <itojun> | 2002-02-19 05:54:31 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-02-19 05:54:31 +0000 |
commit | 79b2d5c02093bb94fbf99258bd867cde305e95e6 (patch) | |
tree | 9f66b6264c8b1dff250aa11b06a8a4c7ebd3ac1c /audio/vorbis-tools/Makefile | |
parent | 36407b6393784de49937acef9bc65ba8b947fb5d (diff) | |
download | pkgsrc-79b2d5c02093bb94fbf99258bd867cde305e95e6.tar.gz |
ogg123 can fetch *.ogg file over IPv6
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r-- | audio/vorbis-tools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 8e83fdd0ec2..002db597076 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/01/14 12:05:14 tron Exp $ +# $NetBSD: Makefile,v 1.12 2002/02/19 05:54:31 itojun Exp $ DISTNAME= vorbis-tools-1.0rc3 PKGNAME= vorbis-tools-1.0.0.7 @@ -9,6 +9,9 @@ MAINTAINER= lukem@netbsd.org HOMEPAGE= http://www.vorbis.com/ COMMENT= Ogg Vorbis encoder and player +# list it into IPv6-ready packages +BUILD_DEFS+= USE_INET6 + DEPENDS= curl>=7.9.1:../../www/curl CONFLICTS= vorbis-[0-9]* |