aboutsummaryrefslogtreecommitdiff
path: root/audio/muine
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-21 15:51:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-21 15:51:15 +0000
commitcc584e38d2780aa0086fc22589d3755658c1e8ff (patch)
tree2b682305e1f18585f0df86df9eadad1f9f7c6cdd /audio/muine
parentd85e6938db65b49b23e80289f3535b0a96c2f10c (diff)
downloadports-cc584e38d2780aa0086fc22589d3755658c1e8ff.tar.gz
ports-cc584e38d2780aa0086fc22589d3755658c1e8ff.zip
Notes
Diffstat (limited to 'audio/muine')
-rw-r--r--audio/muine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index a4a33cb9acab..da184f5b5567 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -8,6 +8,7 @@
PORTNAME= muine
PORTVERSION= 0.8.10
+PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= GNOME
@@ -41,7 +42,7 @@ OPTIONS= XINE "Enable Xine backend" off \
.include <bsd.port.pre.mk>
.if defined (WITH_FAAD)
-LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad
+LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad
.else
CONFIGURE_ARGS+= --disable-faad2
.endif