diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 17:37:23 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 20:46:25 +0800 |
commit | 3dd7c2d563e00bb2d0e0314120afe988b03cc9e6 (patch) | |
tree | 4e9b1dc5c87632e597a91ec48ef1353614ed881c /textproc | |
parent | 9c7ef501b42ab99ef5dcc2733e94742701f8ed64 (diff) | |
download | freebsd-ports-3dd7c2d563e00bb2d0e0314120afe988b03cc9e6.zip |
textproc/py-sphinx-theme-builder: Enable CLI option by default
- Bump PORTREVISION for dependency change
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx-theme-builder/Makefile | 2 |
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} \ |