diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-06 11:56:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-06 11:56:28 +0800 |
commit | a74016ee2c4635b55702410d386788a5d384bee0 (patch) | |
tree | 14ec618456d321493a42b0bac17b879ac23c67ec /math | |
parent | a0646c5f335f8372a8eefb50bbf6d715a73d36cf (diff) | |
download | freebsd-ports-gnome-a74016ee2c4635b55702410d386788a5d384bee0.tar.gz freebsd-ports-gnome-a74016ee2c4635b55702410d386788a5d384bee0.tar.zst freebsd-ports-gnome-a74016ee2c4635b55702410d386788a5d384bee0.zip |
- Unbreak
Submitted by: ports fury
Feature safe: yes
Diffstat (limited to 'math')
-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 |