diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-11-09 07:36:00 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-11-09 07:36:00 +0000 |
commit | bc51de882970117130bd97318f53c39f4e763731 (patch) | |
tree | ca803ff15f330efdde0cd5834084762574b76bd9 /audio/ardour/Makefile | |
parent | 47620842c89b06e323c27bbd601adb01485a8ee9 (diff) |
Notes
Diffstat (limited to 'audio/ardour/Makefile')
-rw-r--r-- | audio/ardour/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 5de10f340630..612b42af3d72 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -6,10 +6,9 @@ # PORTNAME= ardour -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.5 CATEGORIES= audio -MASTER_SITES= http://ardour.org/files/releases/ +MASTER_SITES= http://releases.ardour.org/ DISTFILES= ardour-${DISTVERSION}.tar.bz2 EXTRACT_ONLY= ardour-${DISTVERSION}.tar.bz2 @@ -28,7 +27,13 @@ LIB_DEPENDS= lrdf.2:${PORTSDIR}/textproc/liblrdf \ SoundTouch.0:${PORTSDIR}/audio/soundtouch \ usb:${PORTSDIR}/devel/libusb \ fftw3f:${PORTSDIR}/math/fftw3-float \ - fftw3:${PORTSDIR}/math/fftw3 + fftw3:${PORTSDIR}/math/fftw3 \ + aubio.3:${PORTSDIR}/audio/aubio +BUILD_DEPENDS= jackit>=0.109.2:${PORTSDIR}/audio/jack + +# Between 0.109.0 and earlier versions there was an api change in JACK. +# However, the library version number was not changed. The line above +# is supposed to work around that. USE_SCONS= yes SCONS_ENV+= SYSLIBS=yes PREFIX=${PREFIX} NLS=yes |