diff options
author | kleink <kleink@pkgsrc.org> | 2013-01-09 19:02:42 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2013-01-09 19:02:42 +0000 |
commit | 5e69aede96d35a42260e0608c9ea6fe58b5a0af0 (patch) | |
tree | 7761642b02b125e2ae1d212c514784874f740930 /www/py-flask-wtf | |
parent | 68c34a4129e117aea3f633bead2aa6924bc9f6a1 (diff) | |
download | pkgsrc-5e69aede96d35a42260e0608c9ea6fe58b5a0af0.tar.gz |
Sprinkle empty USE_LANGUAGES definitions in pure python packages
where missed at import time.
Diffstat (limited to 'www/py-flask-wtf')
-rw-r--r-- | www/py-flask-wtf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-flask-wtf/Makefile b/www/py-flask-wtf/Makefile index d6021ce35e1..52bb05a380c 100644 --- a/www/py-flask-wtf/Makefile +++ b/www/py-flask-wtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/01/07 21:51:10 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2013/01/09 19:02:44 kleink Exp $ DISTNAME= Flask-WTF-0.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -10,6 +10,8 @@ HOMEPAGE= http://github.com/ajford/flask-wtf COMMENT= Simple integration of Flask and WTForms LICENSE= modified-bsd +USE_LANGUAGES= # empty + EGG_NAME= ${DISTNAME:S/-/_/} DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask |