Date: Thu, 8 Jun 2023 01:03:50 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6793c24f87a1 - main - x11/libei: drop unused dependency after 18ee3527a17a Message-ID: <202306080103.35813ovO030399@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6793c24f87a1d2f90c42980a1fd1968604867477 commit 6793c24f87a1d2f90c42980a1fd1968604867477 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-08 01:03:19 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-08 01:03:36 +0000 x11/libei: drop unused dependency after 18ee3527a17a --- x11/libei/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/libei/Makefile b/x11/libei/Makefile index 8b1e658e40a3..52cb8e16c942 100644 --- a/x11/libei/Makefile +++ b/x11/libei/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dbusmock>0:devel/py-python-dbusmock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}structlog>0:devel/py-structlog@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= compiler:c11 localbase meson pkgconfig python:build USE_GITHUB= nodefault
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306080103.35813ovO030399>