svn commit: r359300 - head/math/fftw

Antoine Brodin antoine at FreeBSD.org
Wed Jun 25 20:24:01 UTC 2014


Author: antoine
Date: Wed Jun 25 20:24:01 2014
New Revision: 359300
URL: http://svnweb.freebsd.org/changeset/ports/359300
QAT: https://qat.redports.org/buildarchive/r359300/

Log:
  makeinfo is not needed for fftw-float

Modified:
  head/math/fftw/Makefile

Modified: head/math/fftw/Makefile
==============================================================================
--- head/math/fftw/Makefile	Wed Jun 25 20:14:28 2014	(r359299)
+++ head/math/fftw/Makefile	Wed Jun 25 20:24:01 2014	(r359300)
@@ -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
 FFTW_SUFX=		s
 PKGNAMESUFFIX=		-float
 .else
+USES+=			makeinfo
 FFTW_SUFIX=
 INFO=			fftw
 .endif


More information about the svn-ports-all mailing list