aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-17 02:09:32 +0800
committersobomax <sobomax@FreeBSD.org>2002-01-17 02:09:32 +0800
commitb1160ef6a1dd7f7102167b4d5111e55fbb27aed1 (patch)
treef3f234ae5487571f18a3a3f7093ad2030ac58cbc /graphics
parent546e019fbaabbab8d0b1c8d9db68ffcbf3ca9667 (diff)
downloadfreebsd-ports-gnome-b1160ef6a1dd7f7102167b4d5111e55fbb27aed1.tar.gz
freebsd-ports-gnome-b1160ef6a1dd7f7102167b4d5111e55fbb27aed1.tar.zst
freebsd-ports-gnome-b1160ef6a1dd7f7102167b4d5111e55fbb27aed1.zip
Remove lobogg from LIB_DEPENDS - we inherit it along with libvorbis.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/avifile/Makefile3
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}