diff options
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r-- | math/fftw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 7533e2954084..f02b7f7b38e6 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -18,8 +18,6 @@ PKGNAMESUFFIX= ${FFTW_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform -BROKEN= does not configure - LICENSE= GPLv2 # current flavors: default, float @@ -28,7 +26,7 @@ FFTW_SUFIX= USE_FORTRAN= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:env libtool +USE_AUTOTOOLS= autoconf:env automake:env libtool CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes |