git: bbeaa3807199 - main - science/py-dlib: Fix USE_XORG and restore GUI functionality
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jan 2025 12:27:16 UTC
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