mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Move UWSGI_EMBED_PLUGINS assignment to MAKE_ENV as submitter reports it
does not works anymore is defined in MAKE_ARGS. PR: 197492 Submitted by: kevin.bowling@kev009.com
This commit is contained in:
parent
2813824f6f
commit
fea227daab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405059
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= uwsgi
|
||||
PORTVERSION= 2.0.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://projects.unbit.it/downloads/
|
||||
|
||||
@ -21,8 +22,7 @@ OPTIONS_DEFINE= DEBUG
|
||||
DEBUG_VARS= PYDISTUTILS_BUILDARGS+=--debug
|
||||
|
||||
LDFLAGS+= "-L${LOCALBASE}/lib"
|
||||
MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER}
|
||||
MAKE_ARGS+= UWSGI_EMBED_PLUGINS=cgi
|
||||
MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi
|
||||
|
||||
PYSETUP= uwsgiconfig.py
|
||||
PYDISTUTILS_BUILD_TARGET= --build
|
||||
|
Loading…
Reference in New Issue
Block a user