diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-30 14:54:23 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-30 14:54:23 +0800 |
commit | 26b0a758cac7081814599f73bedc2ddc1ce24e9b (patch) | |
tree | 9dfcce8f085d5737a4c555887a09da7edd220408 /audio | |
parent | 9df3a6fa3dbb2cbf22f2a56fd3fb6ece8c47aa7f (diff) | |
download | freebsd-ports-gnome-26b0a758cac7081814599f73bedc2ddc1ce24e9b.tar.gz freebsd-ports-gnome-26b0a758cac7081814599f73bedc2ddc1ce24e9b.tar.zst freebsd-ports-gnome-26b0a758cac7081814599f73bedc2ddc1ce24e9b.zip |
Chase libxine shared lib version.
PR: 60720
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 2 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 986bd73c9d58..6ffa1e23b560 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ LOCALBASE="${LOCALBASE}" .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .else #USE_GNOME+= gstreamerplugins diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 986bd73c9d58..6ffa1e23b560 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ LOCALBASE="${LOCALBASE}" .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .else #USE_GNOME+= gstreamerplugins |