diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-04-28 17:40:02 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-04-28 17:40:02 +0000 |
commit | 6a40d7a441686b012deab9a93dfea7656c11c31a (patch) | |
tree | 75c77233e8a52f6aea6f4eaf3b2c5faaff2d196d /audio/muine | |
parent | 93f163a0a800361b2e1503ed6c86a116062b5bde (diff) | |
download | ports-6a40d7a441686b012deab9a93dfea7656c11c31a.tar.gz ports-6a40d7a441686b012deab9a93dfea7656c11c31a.zip |
Notes
Diffstat (limited to 'audio/muine')
-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 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> |