diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-12-30 00:59:15 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-12-30 00:59:15 +0000 |
commit | fa01c31ca8a54c726908c40177100af38d4e2979 (patch) | |
tree | 49da57c9e51047da83b7c3c32768a7b3f60789eb /audio/muine | |
parent | 5629a01a8d5774d2e131ccefede197a1e89f3720 (diff) | |
download | ports-fa01c31ca8a54c726908c40177100af38d4e2979.tar.gz ports-fa01c31ca8a54c726908c40177100af38d4e2979.zip |
Notes
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 3330bb872c91..db69a7229484 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -38,7 +38,7 @@ OPTIONS= GSTREAMER "Enable Gstreamer backend" off CONFIGURE_ARGS+= --enable-gstreamer=yes USE_GNOME+= gstreamerplugins .else -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine .endif .include <bsd.port.post.mk> |