diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-16 18:09:32 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-16 18:09:32 +0000 |
commit | b1160ef6a1dd7f7102167b4d5111e55fbb27aed1 (patch) | |
tree | f3f234ae5487571f18a3a3f7093ad2030ac58cbc | |
parent | 546e019fbaabbab8d0b1c8d9db68ffcbf3ca9667 (diff) | |
download | FreeBSD-ports-b1160ef6a1dd7f7102167b4d5111e55fbb27aed1.zip FreeBSD-ports-b1160ef6a1dd7f7102167b4d5111e55fbb27aed1.tar.gz |
Remove lobogg from LIB_DEPENDS - we inherit it along with libvorbis.
-rw-r--r-- | graphics/avifile/Makefile | 3 | ||||
-rw-r--r-- | multimedia/avifile/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 2233ed5..6fa406a 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} diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index 2233ed5..6fa406a 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/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} |