diff options
author | demon <demon@FreeBSD.org> | 2016-01-02 17:59:35 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2016-01-02 17:59:35 +0800 |
commit | 24262d7e3aae75658bdbdeefa80fee2ae66c76d4 (patch) | |
tree | 0bb46e4039d2f06ef74f5f98edfa8fb0db7fcaf6 /www | |
parent | bf3538c215addbaa4e10a34a3d02d7affb6b58ec (diff) | |
download | freebsd-ports-gnome-24262d7e3aae75658bdbdeefa80fee2ae66c76d4.tar.gz freebsd-ports-gnome-24262d7e3aae75658bdbdeefa80fee2ae66c76d4.tar.zst freebsd-ports-gnome-24262d7e3aae75658bdbdeefa80fee2ae66c76d4.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/uwsgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index 128f60928edf..1b62694944d7 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -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 |