diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 20:14:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 20:14:28 +0000 |
commit | f02564e742b78857e4b0782ec7b23b39ada67ab9 (patch) | |
tree | da545cfc4756d2715136e36d692ed69566ede2db /math/fftw | |
parent | d43aa294cb9fa39e257b7f27478a319b6028c8e6 (diff) |
Allow to build with texinfo from ports
Notes
Notes:
svn path=/head/; revision=359299
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index c637089ddb9e..2b6502f0b598 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -22,7 +22,7 @@ FFTW_FLAVOR?= default GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared -USES= fortran gmake libtool:keepla +USES= fortran gmake libtool:keepla makeinfo USE_LDCONFIG= yes BROKEN_sparc64= does not build |