git: d81207230f5b - main - textproc/py-textual-image: Add TEXTUAL option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Oct 2025 00:04:15 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d81207230f5b37e426c7996961c8715b281306f8
commit d81207230f5b37e426c7996961c8715b281306f8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:54:33 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:54:33 +0000
textproc/py-textual-image: Add TEXTUAL option
---
textproc/py-textual-image/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/textproc/py-textual-image/Makefile b/textproc/py-textual-image/Makefile
index 990f9c659a98..285a04cd9e13 100644
--- a/textproc/py-textual-image/Makefile
+++ b/textproc/py-textual-image/Makefile
@@ -22,4 +22,9 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
+OPTIONS_DEFINE= TEXTUAL
+TEXTUAL_DESC= Textual support
+
+TEXTUAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}textual>=0.68.0:textproc/py-textual@${PY_FLAVOR}
+
.include <bsd.port.mk>