diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2003-03-23 20:14:22 +0000 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2003-03-23 20:14:22 +0000 |
commit | 653d80f94a3b795cde0ef5ae0e10f04b1252f259 (patch) | |
tree | 77f02b74125abbb937b3675862dfd5c75aa20858 /math/fftw | |
parent | 61a328c0fd2a4ea860f02c66fc7253c77dd1f447 (diff) | |
download | FreeBSD-ports-653d80f94a3b795cde0ef5ae0e10f04b1252f259.zip FreeBSD-ports-653d80f94a3b795cde0ef5ae0e10f04b1252f259.tar.gz |
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin <asg@rcd.ru>
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 3 | ||||
-rw-r--r-- | math/fftw/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 2b16cfa..460271c 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fftw -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://theory.lcs.mit.edu/pub/fftw/ \ @@ -17,6 +17,7 @@ COMMENT= Fast C routines to compute the Discrete Fourier Transform .include <bsd.port.pre.mk> +USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/math/fftw/distinfo b/math/fftw/distinfo index 66a26e1..dc7dcb7 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1 +1 @@ -MD5 (fftw-2.1.3.tar.gz) = c6c51a4243f0f998ae4c9416108ebba0 +MD5 (fftw-2.1.4.tar.gz) = cad1e6cfb5da6ff0cecf3e19205897b1 |