git: 6793c24f87a1 - main - x11/libei: drop unused dependency after 18ee3527a17a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jun 2023 01:03:50 UTC
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