git: c1b60f972738 - main - devel/py-orjson: add missing bsd.port.options.mk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Sep 2022 00:30:27 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1b60f97273865ea213facf13c8001d8982220dd commit c1b60f97273865ea213facf13c8001d8982220dd Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-09-16 23:11:46 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-09-16 23:11:46 +0000 devel/py-orjson: add missing bsd.port.options.mk --- devel/py-orjson/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-orjson/Makefile b/devel/py-orjson/Makefile index 2bcca70eeafc..fbef1b7856de 100644 --- a/devel/py-orjson/Makefile +++ b/devel/py-orjson/Makefile @@ -57,6 +57,8 @@ CARGO_TARGET_DIR=${WRKSRC}/target MAKE_ENV= ${CARGO_ENV} BINARY_ALIAS= python3=${PYTHON_CMD} +.include <bsd.port.options.mk> + # This is to prevent Mk/Uses/python.mk do-configure target from firing. do-configure: @${ECHO} 'No configure'