git: 3dd7c2d563e0 - main - textproc/py-sphinx-theme-builder: Enable CLI option by default

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 28 Feb 2022 12:52:40 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3dd7c2d563e00bb2d0e0314120afe988b03cc9e6

commit 3dd7c2d563e00bb2d0e0314120afe988b03cc9e6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 09:37:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:46:25 +0000

    textproc/py-sphinx-theme-builder: Enable CLI option by default
    
    - Bump PORTREVISION for dependency change
---
 textproc/py-sphinx-theme-builder/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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} \