diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-16 17:41:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-16 17:41:49 +0000 |
commit | a86e614a3f66ad4d9e308d822c8f2f4e2834f642 (patch) | |
tree | f55c033096c9770258f25b22a3be32aaf7f431b5 /graphics | |
parent | fc9ff448fac5ba3d3d30a7357dd1de9b5555a993 (diff) | |
download | ports-a86e614a3f66ad4d9e308d822c8f2f4e2834f642.tar.gz ports-a86e614a3f66ad4d9e308d822c8f2f4e2834f642.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/avifile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 5ecf7641c5e0..2233ed5ae4aa 100644 --- a/graphics/avifile/Makefile +++ b/graphics/avifile/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 .if !defined(WITHOUT_VORBIS) LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg \ - vorbis.0:${PORTSDIR}/audio/libvorbis + vorbis.1:${PORTSDIR}/audio/libvorbis .endif RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} |