aboutsummaryrefslogtreecommitdiff
path: root/science/qiskit-aer
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-03-12 01:14:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-03-12 01:14:39 +0000
commitc9c162c998d264b27912ed17b6d2585b2bf6e5a5 (patch)
treedf009bc92e51c437282f4b16c3f61394d9f3adc9 /science/qiskit-aer
parent7bdb92ff52f98a3f8f6f848e9c58ddf0eab3c083 (diff)
downloadports-c9c162c998d264b27912ed17b6d2585b2bf6e5a5.tar.gz
ports-c9c162c998d264b27912ed17b6d2585b2bf6e5a5.zip
science/qiskit-aer: Correction
Notes
Notes: svn path=/head/; revision=528262
Diffstat (limited to 'science/qiskit-aer')
-rw-r--r--science/qiskit-aer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/qiskit-aer/Makefile b/science/qiskit-aer/Makefile
index d77b712611b4..6e1b0c3f1a7f 100644
--- a/science/qiskit-aer/Makefile
+++ b/science/qiskit-aer/Makefile
@@ -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