diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-01-19 18:25:33 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-01-19 18:25:33 +0000 |
commit | 82c5cc9580166a793c9af5026072bf8844798657 (patch) | |
tree | 6e4ad1e1a51507aff8f6485e9b4fd5ecc22c67cf /audio/ardour/Makefile | |
parent | 0f1dde377dfff84613b9acf9eb3a3af6b00d17a5 (diff) | |
download | ports-82c5cc9580166a793c9af5026072bf8844798657.tar.gz ports-82c5cc9580166a793c9af5026072bf8844798657.zip |
Notes
Diffstat (limited to 'audio/ardour/Makefile')
-rw-r--r-- | audio/ardour/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 47559956a1a6..bbaea2861a0d 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ardour -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= audio MASTER_SITES= http://ardour.org/files/releases/ DISTFILES= ardour-${DISTVERSION}.tar.bz2 @@ -25,7 +25,9 @@ LIB_DEPENDS= lrdf.2:${PORTSDIR}/textproc/liblrdf \ sqlite3:${PORTSDIR}/databases/sqlite3 \ lo.6:${PORTSDIR}/audio/liblo \ SoundTouch.0:${PORTSDIR}/audio/soundtouch \ - usb:${PORTSDIR}/devel/libusb + usb:${PORTSDIR}/devel/libusb \ + fftw3f:${PORTSDIR}/math/fftw3-float \ + fftw3:${PORTSDIR}/math/fftw3 USE_SCONS= yes SCONS_ENV+= SYSLIBS=yes PREFIX=${PREFIX} NLS=yes |