changeset 141:aa65e876b77d

Include CPE information into plugin builds also
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 25 Sep 2022 18:47:08 +0200
parents bbc009daf3c0
children c32cf35cb4da
files uwsginl-plugin-lang-py3/Makefile uwsginl-plugin-lang-pypy3/Makefile
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile	Sun Sep 25 18:40:22 2022 +0200
+++ b/uwsginl-plugin-lang-py3/Makefile	Sun Sep 25 18:47:08 2022 +0200
@@ -23,8 +23,9 @@
 
 # This specific python version is built
 USES?=		python:3.5+ gettext-runtime
-# Some python version is needed when building
-USES+=		python:build pkgconfig
+# Some python version is also needed when building
+USES+=		cpe python:build pkgconfig
+CPE_VENDOR=	unbit
 
 .include	"${.CURDIR}/../uwsginl/Makefile.gh"
 
--- a/uwsginl-plugin-lang-pypy3/Makefile	Sun Sep 25 18:40:22 2022 +0200
+++ b/uwsginl-plugin-lang-pypy3/Makefile	Sun Sep 25 18:47:08 2022 +0200
@@ -22,7 +22,8 @@
 RUN_DEPENDS+=	${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
 RUN_DEPENDS+=	pypy3>=6:lang/pypy3
 
-USES=		gettext-runtime pkgconfig
+USES=		cpe gettext-runtime pkgconfig
+CPE_VENDOR=	unbit
 
 .include        "${.CURDIR}/../uwsginl/Makefile.gh"