diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-16 14:45:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-16 14:45:25 +0000 |
commit | d54d68bbceef37d2cca0237a884002cd1a0dd98f (patch) | |
tree | 21aefbbe12dc5ee5f6e1fd4b04ab39eed51d8267 /math | |
parent | d78d066859e4953f19288097c6b1f3469bdd80d9 (diff) | |
download | ports-d54d68bbceef37d2cca0237a884002cd1a0dd98f.tar.gz ports-d54d68bbceef37d2cca0237a884002cd1a0dd98f.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index d09824493922..d7083119f1a2 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -28,6 +28,7 @@ USE_FORTRAN= yes USE_GMAKE= yes USE_AUTOTOOLS= aclocal automake autoconf libtool ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes |