svn commit: r528262 - head/science/qiskit-aer

Yuri Victorovich yuri at FreeBSD.org
Thu Mar 12 01:14:40 UTC 2020


Author: yuri
Date: Thu Mar 12 01:14:39 2020
New Revision: 528262
URL: https://svnweb.freebsd.org/changeset/ports/528262

Log:
  science/qiskit-aer: Correction

Modified:
  head/science/qiskit-aer/Makefile

Modified: head/science/qiskit-aer/Makefile
==============================================================================
--- head/science/qiskit-aer/Makefile	Thu Mar 12 01:09:08 2020	(r528261)
+++ head/science/qiskit-aer/Makefile	Thu Mar 12 01:14:39 2020	(r528262)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 BUILD_DEPENDS=	spdlog>0:devel/spdlog
 LIB_DEPENDS=	libfmt.so:devel/libfmt \
 		libopenblas.so:math/openblas
-BUILD_DEPENDS=	spdlog>0:devel/spdlog
+RUN_DEPENDS=	spdlog>0:devel/spdlog
 
 USES=		cmake
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list