diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-19 04:07:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-19 04:07:20 +0800 |
commit | 26e1501d2d28916d50602121299bd186177bd648 (patch) | |
tree | c3852a9a9e0a25349e42f647981d2149e2427e0e /multimedia/audacious-plugins/Makefile | |
parent | fd6972b57e12c7d16cbfed392551a4becbc68003 (diff) | |
download | freebsd-ports-gnome-26e1501d2d28916d50602121299bd186177bd648.tar.gz freebsd-ports-gnome-26e1501d2d28916d50602121299bd186177bd648.tar.zst freebsd-ports-gnome-26e1501d2d28916d50602121299bd186177bd648.zip |
- Update to 1.5.1
PR: 161631
Submitted by: Ports Fury
Feature safe: yes
Diffstat (limited to 'multimedia/audacious-plugins/Makefile')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index f1715a5729cb..2608847079fd 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 2.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ @@ -352,7 +352,7 @@ PLIST_SUB+= NLS="@comment " .endif .if defined(WITH_AMIDI) -LIB_DEPENDS+= fluidsynth.4:${PORTSDIR}/audio/fluidsynth +LIB_DEPENDS+= fluidsynth.1:${PORTSDIR}/audio/fluidsynth CONFIGURE_ARGS+=--enable-amidiplug --enable-amidiplug-flsyn PLIST_SUB+= AMIDIPLUGIN="" .else |