diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-01 02:33:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-01 02:33:19 +0800 |
commit | f35551baa4b3ed01089c875388980d477c040584 (patch) | |
tree | 37cf741d82316e709bd1a5199e92eb7e0265b065 /multimedia | |
parent | 1bc80b6c74e9e4b01376f3551ae75cc2cdf50563 (diff) | |
download | freebsd-ports-gnome-f35551baa4b3ed01089c875388980d477c040584.tar.gz freebsd-ports-gnome-f35551baa4b3ed01089c875388980d477c040584.tar.zst freebsd-ports-gnome-f35551baa4b3ed01089c875388980d477c040584.zip |
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} |