diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-18 23:08:58 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-18 23:08:58 +0800 |
commit | d0f33fd4a70e4465865a1979380d756a52970f1d (patch) | |
tree | 1016f50d3bc25c3967030195050b0600296ebbe4 /audio/swhplugins | |
parent | 55af5f30cd2f08aa4cf23f924f03434f134b6a52 (diff) | |
download | freebsd-ports-gnome-d0f33fd4a70e4465865a1979380d756a52970f1d.tar.gz freebsd-ports-gnome-d0f33fd4a70e4465865a1979380d756a52970f1d.tar.zst freebsd-ports-gnome-d0f33fd4a70e4465865a1979380d756a52970f1d.zip |
- Chase fftw3 update
Diffstat (limited to 'audio/swhplugins')
-rw-r--r-- | audio/swhplugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index a6b839731fe2..52b636ea6298 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -6,7 +6,7 @@ PORTNAME= swhplugins PORTVERSION= 0.4.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= Steve Harris' huge Collection of LADSPA Plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -LIB_DEPENDS= fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float # includes assembler code ONLY_FOR_ARCHS= i386 amd64 |