aboutsummaryrefslogtreecommitdiffstats
path: root/math/fftw
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-26 04:24:01 +0800
committerantoine <antoine@FreeBSD.org>2014-06-26 04:24:01 +0800
commit244d69d84d31ffa3341e3bcfe4419e2db2a864c0 (patch)
tree8a65ef17dcf176ec878382e456c01976718ce8ba /math/fftw
parent1025cb55060ba4ba82f2495d69f590b030b41cd3 (diff)
downloadfreebsd-ports-gnome-244d69d84d31ffa3341e3bcfe4419e2db2a864c0.tar.gz
freebsd-ports-gnome-244d69d84d31ffa3341e3bcfe4419e2db2a864c0.tar.zst
freebsd-ports-gnome-244d69d84d31ffa3341e3bcfe4419e2db2a864c0.zip
makeinfo is not needed for fftw-float
Diffstat (limited to 'math/fftw')
-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