Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 11:43:09 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: edf253c9ec01 - main - devel/py-botocore: Hook up option (spell OPTIONS_DEFINE correctly)
Message-ID:  <202306301143.35UBh96N015798@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik:

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

commit edf253c9ec0127a30062fe851988691813d51409
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2023-06-30 09:32:36 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2023-06-30 11:40:17 +0000

    devel/py-botocore: Hook up option (spell OPTIONS_DEFINE correctly)
    
    Reported by:    portfmt scan
---
 devel/py-botocore/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile
index 1922fa1694d4..4922d4907ec9 100644
--- a/devel/py-botocore/Makefile
+++ b/devel/py-botocore/Makefile
@@ -22,7 +22,7 @@ USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
 
-OPTION_DEFINE=	CRT
+OPTIONS_DEFINE=	CRT
 CRT_DESC=	Common runtime support
 
 CRT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}awscrt>=0.16.9:devel/py-awscrt@${PY_FLAVOR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306301143.35UBh96N015798>