diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-16 18:09:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-16 18:09:32 +0000 |
commit | 7edd607e03a612a0d4cbfbcd8894a62815113c3f (patch) | |
tree | f1f96629c80d040c7b0adb4b992a4ff8d1fed5f1 /graphics | |
parent | 79c1feb0c0e37187deee82c91937bd44b3cbcaec (diff) | |
download | ports-7edd607e03a612a0d4cbfbcd8894a62815113c3f.tar.gz ports-7edd607e03a612a0d4cbfbcd8894a62815113c3f.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/avifile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 2233ed5ae4aa..6fa406a7b89a 100644 --- a/graphics/avifile/Makefile +++ b/graphics/avifile/Makefile @@ -16,8 +16,7 @@ MAINTAINER= holger@eit.uni-kl.de 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.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.1:${PORTSDIR}/audio/libvorbis .endif RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} |