diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-12-07 17:17:44 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-12-07 17:17:44 +0000 |
commit | 9594627f7e07934640f2f8fa84a669a9f279b22c (patch) | |
tree | a76d928e16d6e729eac5d9c84fb47506c7e98b7a /audio/muine | |
parent | 2194c9c64bb942cee2cfe6a6d0bda114f14e1f68 (diff) |
Sync with libxine shared library version bump.
Notes
Notes:
svn path=/head/; revision=179131
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 9a0c9ca7542d..86975e92cb94 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --disable-faad2 .if defined (WITH_XINE) CONFIGURE_ARGS+= --enable-xine=yes -LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine .else USE_GSTREAMER80+= gconf CONFIGURE_ARGS+= --enable-gstreamer=0.8 |