diff options
author | jylefort <jylefort@FreeBSD.org> | 2007-02-15 16:35:23 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2007-02-15 16:35:23 +0800 |
commit | 1a89e87e9fb795feba580532642e45bfba7f90d9 (patch) | |
tree | c70b03fe3516a58e3023011dbd6f4e1797ef1d56 /audio/muine | |
parent | aa854e9f964d438892798817e40d4ec8747e2b84 (diff) | |
download | freebsd-ports-graphics-1a89e87e9fb795feba580532642e45bfba7f90d9.tar.gz freebsd-ports-graphics-1a89e87e9fb795feba580532642e45bfba7f90d9.tar.zst freebsd-ports-graphics-1a89e87e9fb795feba580532642e45bfba7f90d9.zip |
Track libxine update.
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 8c75fa8c432..0530168d2d7 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -8,6 +8,7 @@ PORTNAME= muine PORTVERSION= 0.8.7 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= http://muine-player.org/releases/ @@ -44,7 +45,7 @@ CONFIGURE_ARGS+= --disable-faad2 .if defined (WITH_XINE) CONFIGURE_ARGS+= --enable-xine=yes -LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine .else USE_GSTREAMER+= gconf CONFIGURE_ARGS+= --enable-gstreamer=0.10 |