diff options
author | bf <bf@FreeBSD.org> | 2012-03-07 01:27:26 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-03-07 01:27:26 +0800 |
commit | a83a816f965eda94797cfd0e51ed3f115e950f75 (patch) | |
tree | 30de5879c66581fb87f59751285cd0ace95292a8 /audio/whysynth | |
parent | cef367a089575c4273339df5be05fc99475b55cf (diff) | |
download | freebsd-ports-gnome-a83a816f965eda94797cfd0e51ed3f115e950f75.tar.gz freebsd-ports-gnome-a83a816f965eda94797cfd0e51ed3f115e950f75.tar.zst freebsd-ports-gnome-a83a816f965eda94797cfd0e51ed3f115e950f75.zip |
fix the build by adjusting LIB_DEPENDS after changes to
audio/libsamplerate
Reported by: pav
Diffstat (limited to 'audio/whysynth')
-rw-r--r-- | audio/whysynth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index 82bb05a33392..72be67a04dff 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -7,7 +7,7 @@ PORTNAME= whysynth PORTVERSION= 20100922 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://smbolton.com/whysynth/ @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ lo.7:${PORTSDIR}/audio/liblo \ jack.0:${PORTSDIR}/audio/jack \ + fftw3:${PORTSDIR}/math/fftw3 \ fftw3f:${PORTSDIR}/math/fftw3-float LICENSE= GPLv2 LGPL21 |