aboutsummaryrefslogtreecommitdiffstats
path: root/audio/muine
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2005-04-29 01:40:02 +0800
committernobutaka <nobutaka@FreeBSD.org>2005-04-29 01:40:02 +0800
commit352b7cfa73178f237e453d9427bf2095d2ab4dc8 (patch)
treedcf6d8ab3ec896c1478f7290a37ce35f4724d8d2 /audio/muine
parent4a5b3bdeb1e1f2becab1ae2ba1ce874e17612080 (diff)
downloadfreebsd-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/muine')
-rw-r--r--audio/muine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index 1c4600fc40b9..f204dfbec8da 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= muine
PORTVERSION= 0.6.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio gnome
MASTER_SITES= http://muine.gooeylinux.org/
@@ -40,7 +40,7 @@ IGNORE= Doesn't run with recent gstreamer.
CONFIGURE_ARGS+=--enable-gstreamer=yes
USE_GSTREAMER+= mad vorbis flac gconf
.else
-LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine
.endif
.include <bsd.port.post.mk>