diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-30 11:18:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-30 11:18:51 +0800 |
commit | ae3ebf29eb87c6308d6661c767e6ca684936ce7d (patch) | |
tree | a1a6704647efc9513def6aca473698d9b17ecc56 /multimedia/gstreamer-plugins | |
parent | 35efd1e707ececac72ee11ea5099e497ea4b4531 (diff) | |
download | freebsd-ports-graphics-ae3ebf29eb87c6308d6661c767e6ca684936ce7d.tar.gz freebsd-ports-graphics-ae3ebf29eb87c6308d6661c767e6ca684936ce7d.tar.zst freebsd-ports-graphics-ae3ebf29eb87c6308d6661c767e6ca684936ce7d.zip |
o Fix an incorrect LIB_DEPENDS line
o Correct location of xmms port
Prompted by: kris
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 9458e394c59..f32573c8d62 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -359,7 +359,7 @@ PLIST_SUB+= LAME="" CONFIGURE_ARGS+= --disable-a52dec PLIST_SUB+= LIBA52="@comment " .else -LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 CONFIGURE_ARGS+= --with-a52dec-prefix=${LOCALBASE} PLIST_SUB+= LIBA52="" @@ -533,7 +533,7 @@ PLIST_SUB+= VORBIS="" CONFIGURE_ARGS+= --disable-xmms PLIST_SUB+= XMMS="@comment " .else -LIB_DEPENDS+= xmms.3:${PORTSDIR}/audio/xmms +LIB_DEPENDS+= xmms.3:${PORTSDIR}/multimedia/xmms CONFIGURE_ARGS+= --with-xmms-prefix=${X11BASE} \ --with-xmms-exec-prefix=${X11BASE} |