diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-30 18:33:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-30 18:33:19 +0000 |
commit | 0bd7a6418becb30e3afbc63c8bb85f8f17d6acb1 (patch) | |
tree | 43f5cac5ccbe94c28404b4d71597f2647d46fc9d /multimedia | |
parent | - Upgrade to 20030930 (diff) |
Chase the libxmms shared lib version.
Reported by: Koop Mast <einekoai@chello.nl>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index c1e40124f0d8..39f577faf79f 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -592,7 +592,7 @@ PLIST_SUB+= VORBIS="" CONFIGURE_ARGS+= --disable-xmms PLIST_SUB+= XMMS="@comment " .else -LIB_DEPENDS+= xmms.3:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms CONFIGURE_ARGS+= --with-xmms-prefix=${X11BASE} \ --with-xmms-exec-prefix=${X11BASE} diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index c1e40124f0d8..39f577faf79f 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -592,7 +592,7 @@ PLIST_SUB+= VORBIS="" CONFIGURE_ARGS+= --disable-xmms PLIST_SUB+= XMMS="@comment " .else -LIB_DEPENDS+= xmms.3:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms CONFIGURE_ARGS+= --with-xmms-prefix=${X11BASE} \ --with-xmms-exec-prefix=${X11BASE} |