diff options
| author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
|---|---|---|
| committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
| commit | ac39d25cb13d645037681dbc65360f16ba857b56 (patch) | |
| tree | ef5a113874cbd7573264f2676a0bdd4290666ea2 /math/ruby-fftw3/Makefile | |
| parent | - Update to 2.8.3 (diff) | |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
Diffstat (limited to 'math/ruby-fftw3/Makefile')
| -rw-r--r-- | math/ruby-fftw3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-fftw3/Makefile b/math/ruby-fftw3/Makefile index acc4939cf356..038ab1944246 100644 --- a/math/ruby-fftw3/Makefile +++ b/math/ruby-fftw3/Makefile @@ -7,7 +7,7 @@ PORTNAME= fftw3 PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-fftw3/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ MAINTAINER= murashin@gfd-dennou.org COMMENT= A Ruby interface to the FFTW ver.3 BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 USE_RUBY= yes USE_RUBY_EXTCONF= yes |
