Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2022 00:30:27 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c1b60f972738 - main - devel/py-orjson: add missing bsd.port.options.mk
Message-ID:  <202209170030.28H0UROM033550@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'



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