diff options
author | bmah <bmah@FreeBSD.org> | 2003-05-08 23:24:04 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2003-05-08 23:24:04 +0800 |
commit | ce7a5a0723f4180c15d1271b1c236bd113b52fc4 (patch) | |
tree | 7229f82ab7c22ffcb6f5f36f8b4ba6901843e906 | |
parent | 8d236d5d7a2b00f32828bee12dfa7a17b9dd9a5f (diff) | |
download | freebsd-ports-gnome-ce7a5a0723f4180c15d1271b1c236bd113b52fc4.tar.gz freebsd-ports-gnome-ce7a5a0723f4180c15d1271b1c236bd113b52fc4.tar.zst freebsd-ports-gnome-ce7a5a0723f4180c15d1271b1c236bd113b52fc4.zip |
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.
-rw-r--r-- | audio/gnump3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index 4004104f71e8..7c282abd8b70 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -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 |