diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-21 23:51:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-21 23:51:15 +0800 |
commit | 2381ab7ca05a91b463a732fa7480d7f3bb9fb884 (patch) | |
tree | 52cd101b46970ea687b475631ec5456223ccf408 /audio/muine | |
parent | f5c656135831febcba1140a8398ff03fb60f02f8 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |