diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-18 20:07:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-18 20:07:20 +0000 |
commit | 151664cac43b64d05fd9f315669d4b4bf2e67503 (patch) | |
tree | 339877a9f9d4a2b5a07e6adf1f5172f8cf3620d5 /audio/fluidsynth-dssi | |
parent | 42317424a2c61323f23a2007ea3caa37822bdbc4 (diff) |
Notes
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 |