Date: Fri, 24 Jan 2025 12:27:16 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bbeaa3807199 - main - science/py-dlib: Fix USE_XORG and restore GUI functionality Message-ID: <202501241227.50OCRGhN064546@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbeaa380719994c5fe7054e7fb0be284e174b269 commit bbeaa380719994c5fe7054e7fb0be284e174b269 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-01-24 12:16:57 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-01-24 12:27:00 +0000 science/py-dlib: Fix USE_XORG and restore GUI functionality Sponsored by: Future Crew, LLC --- science/py-dlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/py-dlib/Makefile b/science/py-dlib/Makefile index fbc3efcfd18e..581dc3c5935f 100644 --- a/science/py-dlib/Makefile +++ b/science/py-dlib/Makefile @@ -1,5 +1,6 @@ PORTNAME= dlib DISTVERSION= 19.24.6 +PORTREVISION= 1 CATEGORIES= science devel math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ LIB_DEPENDS= ${PY_BOOST} \ libgif.so:graphics/giflib USES= cmake:indirect compiler:c++11-lang pkgconfig python shebangfix \ - sqlite + sqlite xorg USE_PYTHON= autoplist distutils USE_XORG= ice sm x11 xext SHEBANG_FILES= python_examples/*.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501241227.50OCRGhN064546>