diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-05 20:54:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-05 20:54:26 +0000 |
commit | e014e4c8149f57b3729aeb8b3e38ccac59b78898 (patch) | |
tree | fc7b2045cd493e1deb7146d9bb58641a40283a1c /audio/lmms | |
parent | 766b24019471f987e798827162d038a1c5b21734 (diff) |
Notes
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 \ |