aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 09:37:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 12:46:25 +0000
commit3dd7c2d563e00bb2d0e0314120afe988b03cc9e6 (patch)
tree4e9b1dc5c87632e597a91ec48ef1353614ed881c
parent9c7ef501b42ab99ef5dcc2733e94742701f8ed64 (diff)
downloadports-3dd7c2d563e00bb2d0e0314120afe988b03cc9e6.tar.gz
ports-3dd7c2d563e00bb2d0e0314120afe988b03cc9e6.zip
textproc/py-sphinx-theme-builder: Enable CLI option by default
- Bump PORTREVISION for dependency change
-rw-r--r--textproc/py-sphinx-theme-builder/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-sphinx-theme-builder/Makefile b/textproc/py-sphinx-theme-builder/Makefile
index c471f86ccb6d..8e8f50fdf557 100644
--- a/textproc/py-sphinx-theme-builder/Makefile
+++ b/textproc/py-sphinx-theme-builder/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sphinx-theme-builder
DISTVERSION= 0.2.0a13
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +25,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= CLI
+OPTIONS_DEFAULT=CLI
CLI_DESC= Command-line interface support
CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0:devel/py-build@${PY_FLAVOR} \