diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-06 04:54:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-06 04:54:26 +0800 |
commit | 7cd9ffd957f2c08983b48b69417821ecc153b2fa (patch) | |
tree | 2f76ee42f74b26165f8a152ac15f848a1726b11c /audio/lmms | |
parent | 610e75c7937f4f4bc741377ab529c9ba19b3305b (diff) | |
download | freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.tar.gz freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.tar.zst freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.zip |
- Chase audio/fluidsynth shlib bump
Diffstat (limited to 'audio/lmms')
-rw-r--r-- | audio/lmms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 54522b57a1d8..2590c7bb1183 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -7,6 +7,7 @@ PORTNAME= lmms PORTVERSION= 0.4.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -16,7 +17,7 @@ COMMENT= An all-in-one sequencer, drum machine, sampler and more BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ - fluidsynth.2:${PORTSDIR}/audio/fluidsynth \ + fluidsynth.4:${PORTSDIR}/audio/fluidsynth \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis \ |