aboutsummaryrefslogtreecommitdiffstats
path: root/audio/muine
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-02-21 23:51:15 +0800
committermiwi <miwi@FreeBSD.org>2009-02-21 23:51:15 +0800
commit2381ab7ca05a91b463a732fa7480d7f3bb9fb884 (patch)
tree52cd101b46970ea687b475631ec5456223ccf408 /audio/muine
parentf5c656135831febcba1140a8398ff03fb60f02f8 (diff)
downloadfreebsd-ports-gnome-2381ab7ca05a91b463a732fa7480d7f3bb9fb884.tar.gz
freebsd-ports-gnome-2381ab7ca05a91b463a732fa7480d7f3bb9fb884.tar.zst
freebsd-ports-gnome-2381ab7ca05a91b463a732fa7480d7f3bb9fb884.zip
- Chase audio/faad shlib bump
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