From 35f2aacc3f1933f20fe603b35e0e6589132effe6 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 16 Jul 2025 00:52:24 +0200 Subject: [PATCH] math/py-igraph: drop unneeded _DEPENDS Approved by: portmgr@ (blanket) Related to: PR: 279961 --- math/py-igraph/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 28612603df75..59e9aed6bfd8 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -13,13 +13,11 @@ LICENSE= GPLv2 BUILD_DEPENDS= cmake:devel/cmake-core \ ${LOCALBASE}/bin/flex:textproc/flex -LIB_DEPENDS= libigraph.so:math/igraph \ - libarpack.so:math/arpack-ng \ +LIB_DEPENDS= libarpack.so:math/arpack-ng \ libblas.so:math/blas \ libglpk.so:math/glpk \ libgmp.so:math/gmp \ - liblapack.so:math/lapack \ - libopenblas.so:math/openblas + liblapack.so:math/lapack RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}texttable>=1.6.2:textproc/py-texttable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR}