diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-11 02:07:08 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-11 02:07:08 +0000 |
commit | e4434c55ff3ee9520bba519c41a0ef9826fe274b (patch) | |
tree | 29638af63a465cfbe8f163243e8370a275b3a1d2 /math | |
parent | df73e5f2dec90727e596913775be10e2edfa2434 (diff) | |
download | pkgsrc-e4434c55ff3ee9520bba519c41a0ef9826fe274b.tar.gz |
add missing USE_FORTRAN
Diffstat (limited to 'math')
-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 6809f4bf0de..c7d08abdde4 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/27 18:45:15 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/11 02:07:08 dmcmahill Exp $ DISTNAME= fftw-2.1.3 CATEGORIES= math @@ -12,6 +12,7 @@ CONFIGURE_ARGS= --enable-shared .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --enable-i386-hacks .endif +USE_FORTRAN= yes USE_GMAKE= yes INFO_FILES= fftw.info |