diff options
author | Daniel Gerzo <danger@FreeBSD.org> | 2010-11-02 17:31:24 +0000 |
---|---|---|
committer | Daniel Gerzo <danger@FreeBSD.org> | 2010-11-02 17:31:24 +0000 |
commit | c4e82aed1f34b50edba71f452505a0e40a805672 (patch) | |
tree | 7270ad848eaeada3e5657c0af8aed7ad9b64ee6a /www/uwsgi/Makefile | |
parent | 5acf7d1a885edb018d7ec8dfba391bd5b34c4fcb (diff) | |
download | ports-c4e82aed1f34b50edba71f452505a0e40a805672.tar.gz ports-c4e82aed1f34b50edba71f452505a0e40a805672.zip |
Notes
Diffstat (limited to 'www/uwsgi/Makefile')
-rw-r--r-- | www/uwsgi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index e70af1dcc353..0f2f2a4f06cb 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uwsgi -PORTVERSION= 0.9.6.2 +PORTVERSION= 0.9.6.5 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE MAKE_JOBS_SAFE= yes USE_GNOME= libxml2 -USE_PYTHON= 2.4+ +USE_PYTHON= yes USE_RC_SUBR= uwsgi PLIST_FILES= bin/${PORTNAME} @@ -30,7 +30,6 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ .if ${OSVERSION} < 700000 -USE_GCC= 4.2+ BROKEN= does not build on 6.X .endif |