diff uwsginl-plugin-lang-py3/Makefile @ 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 0591ef28d649
children 8bb446cd21c1
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"