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 /audio/fluidsynth-dssi | |
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 'audio/fluidsynth-dssi')
-rw-r--r-- | audio/fluidsynth-dssi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/fluidsynth-dssi/Makefile b/audio/fluidsynth-dssi/Makefile index b16128343d55..d889629768bd 100644 --- a/audio/fluidsynth-dssi/Makefile +++ b/audio/fluidsynth-dssi/Makefile @@ -7,7 +7,7 @@ PORTNAME= fluidsynth-dssi PORTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= Wrapper for FluidSynth allowing it to function as a DSSI plugin LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ lo.7:${PORTSDIR}/audio/liblo \ - fluidsynth.4:${PORTSDIR}/audio/fluidsynth \ + fluidsynth.1:${PORTSDIR}/audio/fluidsynth \ jack.0:${PORTSDIR}/audio/jack BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi |