diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-04-29 01:40:02 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-04-29 01:40:02 +0800 |
commit | 352b7cfa73178f237e453d9427bf2095d2ab4dc8 (patch) | |
tree | dcf6d8ab3ec896c1478f7290a37ce35f4724d8d2 /audio/rhythmbox-devel | |
parent | 4a5b3bdeb1e1f2becab1ae2ba1ce874e17612080 (diff) | |
download | freebsd-ports-gnome-352b7cfa73178f237e453d9427bf2095d2ab4dc8.tar.gz freebsd-ports-gnome-352b7cfa73178f237e453d9427bf2095d2ab4dc8.tar.zst freebsd-ports-gnome-352b7cfa73178f237e453d9427bf2095d2ab4dc8.zip |
Chase the libxine shared lib version bump.
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 3c346017fe17..fd94e09fd736 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -39,7 +39,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \ .include <bsd.port.pre.mk> .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine \ +LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine \ FLAC.7:${PORTSDIR}/audio/flac \ mad.2:${PORTSDIR}/audio/libmad CONFIGURE_ARGS+= --with-player=xine |