Date: Mon, 9 Sep 2024 14:52:08 GMT From: Diane Bruce <db@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 88c5b2e8cb10 - main - devel/py-pynest2d: unbreak port Message-ID: <202409091452.489Eq89W019242@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by db: URL: https://cgit.FreeBSD.org/ports/commit/?id=88c5b2e8cb10eefcf619fde2ca03c9e0a27552b8 commit 88c5b2e8cb10eefcf619fde2ca03c9e0a27552b8 Author: Diane Bruce <db@FreeBSD.org> AuthorDate: 2024-09-09 14:50:34 +0000 Commit: Diane Bruce <db@FreeBSD.org> CommitDate: 2024-09-09 14:50:34 +0000 devel/py-pynest2d: unbreak port Inadvertaintly moved a BUILD_DEPENDS to a RUN_DEPENDS --- devel/py-pynest2d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-pynest2d/Makefile b/devel/py-pynest2d/Makefile index ff78129d0d9d..10a4007d0b27 100644 --- a/devel/py-pynest2d/Makefile +++ b/devel/py-pynest2d/Makefile @@ -10,8 +10,8 @@ WWW= https://github.com/Ultimaker/libnest2d LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${LOCALBASE}/include/libnest2d/libnest2d.hpp:devel/libnest2d-ultimaker -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=0:devel/py-sip@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=0:devel/py-sip@${PY_FLAVOR} \ + ${LOCALBASE}/include/libnest2d/libnest2d.hpp:devel/libnest2d-ultimaker LIB_DEPENDS= libpolyclipping.so:graphics/polyclipping \ libboost_system.so:devel/boost-libs \ libnlopt.so:math/nlopthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409091452.489Eq89W019242>
