svn commit: r430757 - head/math/fftw3

Antoine Brodin antoine at FreeBSD.org
Fri Jan 6 23:09:13 UTC 2017


Author: antoine
Date: Fri Jan  6 23:09:12 2017
New Revision: 430757
URL: https://svnweb.freebsd.org/changeset/ports/430757

Log:
  Add USES=makeinfo
  Even with the recently added USES=gmake I still have spurious failures on
  the exp builders, adding USES=makeinfo works around the problem

Modified:
  head/math/fftw3/Makefile

Modified: head/math/fftw3/Makefile
==============================================================================
--- head/math/fftw3/Makefile	Fri Jan  6 23:06:53 2017	(r430756)
+++ head/math/fftw3/Makefile	Fri Jan  6 23:09:12 2017	(r430757)
@@ -23,7 +23,7 @@ FFTW3_SUFX=
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool pathfix perl5 pkgconfig
+USES=		gmake libtool makeinfo pathfix perl5 pkgconfig
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list