diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2005-09-22 10:14:42 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2005-09-22 10:14:42 +0800 |
commit | 25e837626db76916754818dde30b4e117e8563b8 (patch) | |
tree | 2f67cbff85a1693cd2baeef0f471adef0373d737 /audio/muine/Makefile | |
parent | a20504036c3757ca45a36292af1d88a7a1a156ab (diff) | |
download | freebsd-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/Makefile | 4 |
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 |