aboutsummaryrefslogtreecommitdiffstats
path: root/audio/muine/Makefile
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2005-09-22 10:14:42 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2005-09-22 10:14:42 +0800
commit25e837626db76916754818dde30b4e117e8563b8 (patch)
tree2f67cbff85a1693cd2baeef0f471adef0373d737 /audio/muine/Makefile
parenta20504036c3757ca45a36292af1d88a7a1a156ab (diff)
downloadfreebsd-ports-gnome-25e837626db76916754818dde30b4e117e8563b8.tar.gz
freebsd-ports-gnome-25e837626db76916754818dde30b4e117e8563b8.tar.zst
freebsd-ports-gnome-25e837626db76916754818dde30b4e117e8563b8.zip
- Chase libxine shared library version.
Approved by: ahze (mentor)
Diffstat (limited to 'audio/muine/Makefile')
-rw-r--r--audio/muine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index f0b6361c89ee..ad04aea2680c 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= muine
PORTVERSION= 0.8.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= http://muine.gooeylinux.org/
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-faad2
.if defined (WITH_XINE)
CONFIGURE_ARGS+= --enable-xine=yes
-LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
.else
USE_GSTREAMER+= gconf
.endif