svn commit: r457253 - head/math/nfft

Tijl Coosemans tijl at FreeBSD.org
Mon Dec 25 20:00:05 UTC 2017


Author: tijl
Date: Mon Dec 25 20:00:04 2017
New Revision: 457253
URL: https://svnweb.freebsd.org/changeset/ports/457253

Log:
  Remove USE_AUTOTOOLS.  There's already USES=autoreconf.

Modified:
  head/math/nfft/Makefile

Modified: head/math/nfft/Makefile
==============================================================================
--- head/math/nfft/Makefile	Mon Dec 25 19:58:10 2017	(r457252)
+++ head/math/nfft/Makefile	Mon Dec 25 20:00:04 2017	(r457253)
@@ -15,7 +15,6 @@ BUILD_DEPENDS=	bash:shells/bash
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-fftw3=${PREFIX}
 USES=		autoreconf libtool
-USE_AUTOTOOLS=	autoconf:env
 USE_LDCONFIG=	yes
 TEST_TARGET=	check
 


More information about the svn-ports-all mailing list