Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2017 23:09:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430757 - head/math/fftw3
Message-ID:  <201701062309.v06N9C6Q039535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701062309.v06N9C6Q039535>