svn commit: r514786 - head/math/spectra

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 11:08:30 UTC 2019


Author: tobik
Date: Sat Oct 19 11:08:29 2019
New Revision: 514786
URL: https://svnweb.freebsd.org/changeset/ports/514786

Log:
  math/spectra: Spell TEST_DEPENDS correctly

Modified:
  head/math/spectra/Makefile

Modified: head/math/spectra/Makefile
==============================================================================
--- head/math/spectra/Makefile	Sat Oct 19 11:03:31 2019	(r514785)
+++ head/math/spectra/Makefile	Sat Oct 19 11:08:29 2019	(r514786)
@@ -11,14 +11,14 @@ COMMENT=	C++ library for large scale eigenvalue proble
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+TEST_DEPENDS=	gmake>0:devel/gmake
+
 USES=		eigen:3,run
 USE_GITHUB=	yes
 GH_ACCOUNT=	yixuan
 
 NO_BUILD=	yes
 NO_ARCH=	yes
-
-TEST_RUN_DEPENDS=	gmake>0:devel/gmake
 
 do-install:
 	cd ${WRKSRC} && ${COPYTREE_SHARE} include ${STAGEDIR}${PREFIX}


More information about the svn-ports-head mailing list