1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Fix bad dependency. oggenc is a part of audio/vorbis-tools, not

audio/mp32ogg.  Mostly harmless, since audio/mp32ogg depends on
audio/vorbis-tools, but can cause some confusion if building this
port with audio/vorbis-tools installed but without audio/mp32ogg.
This commit is contained in:
Bruce A. Mah 2003-05-08 15:24:04 +00:00
parent 6de7a31c04
commit 47ec3bc12c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80458

View File

@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A streaming server for MP3, OGG vorbis, and other streamable audio files
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
oggenc:${PORTSDIR}/audio/mp32ogg
oggenc:${PORTSDIR}/audio/vorbis-tools
USE_BZIP2= yes
USE_PERL5= yes