diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-25 16:49:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-25 16:49:53 +0800 |
commit | 46e0f730db1e44508a117031db41397f6071794d (patch) | |
tree | 59106376f97cc7e93f7d2d836b67aa5c4af08036 /audio/denemo/Makefile | |
parent | 75efc1a1661394c334f6cede2a95388bff3cff80 (diff) | |
download | freebsd-ports-gnome-46e0f730db1e44508a117031db41397f6071794d.tar.gz freebsd-ports-gnome-46e0f730db1e44508a117031db41397f6071794d.tar.zst freebsd-ports-gnome-46e0f730db1e44508a117031db41397f6071794d.zip |
- Update to 0.8.12
PR: 142975
Submitted by: Ports Fury
Diffstat (limited to 'audio/denemo/Makefile')
-rw-r--r-- | audio/denemo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 25069a7c8c42..7cf0f8b99d0e 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= denemo -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.12 CATEGORIES= audio MASTER_SITES= SAVANNAH @@ -15,6 +15,7 @@ COMMENT= Graphical score editor BUILD_DEPENDS= portaudio>=19:${PORTSDIR}/audio/portaudio2 LIB_DEPENDS= aubio.3:${PORTSDIR}/audio/aubio \ + fluidsynth.4:${PORTSDIR}/audio/fluidsynth \ jack.0:${PORTSDIR}/audio/jack \ guile.20:${PORTSDIR}/lang/guile \ fftw3.5:${PORTSDIR}/math/fftw3 |