diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-03-23 20:14:22 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-03-23 20:14:22 +0000 |
commit | 37438b3d2a9aad650a03a2425814fb76d2912514 (patch) | |
tree | 3086b23bc1e7d33ea33b449fd6900e3b67f6cb38 /math/fftw/Makefile | |
parent | 4e2e52d3384cb8ba9d92f1d7ebead241bb50ce5b (diff) | |
download | ports-37438b3d2a9aad650a03a2425814fb76d2912514.tar.gz ports-37438b3d2a9aad650a03a2425814fb76d2912514.zip |
Notes
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r-- | math/fftw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 2b16cfaa895e..460271c65705 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 |