1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

makeinfo is not needed for fftw-float

This commit is contained in:
Antoine Brodin 2014-06-25 20:24:01 +00:00
parent f02564e742
commit 4c520f4b23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359300

View File

@ -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