aboutsummaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-25 20:24:01 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-25 20:24:01 +0000
commit4c520f4b23779e8f2e22303abc7cbcb5726976bd (patch)
tree8a65ef17dcf176ec878382e456c01976718ce8ba /math/fftw/Makefile
parentf02564e742b78857e4b0782ec7b23b39ada67ab9 (diff)
downloadports-4c520f4b23779e8f2e22303abc7cbcb5726976bd.tar.gz
ports-4c520f4b23779e8f2e22303abc7cbcb5726976bd.zip
makeinfo is not needed for fftw-float
Notes
Notes: svn path=/head/; revision=359300
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r--math/fftw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 2b6502f0b598..4cbcfb211d5a 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 makeinfo
+USES= fortran gmake libtool:keepla
USE_LDCONFIG= yes
BROKEN_sparc64= does not build
@@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --enable-float --enable-type-prefix
FFTW_SUFX= s
PKGNAMESUFFIX= -float
.else
+USES+= makeinfo
FFTW_SUFIX=
INFO= fftw
.endif