diff options
author | kleink <kleink> | 2013-01-09 19:02:42 +0000 |
---|---|---|
committer | kleink <kleink> | 2013-01-09 19:02:42 +0000 |
commit | 26e0c1bec44f7ae7ddff55216efde2702ea9b2f0 (patch) | |
tree | 7761642b02b125e2ae1d212c514784874f740930 /www/py-flask-wtf | |
parent | b53afde2d33d0e5ec5bfc30b0c2aee73d7d0665a (diff) | |
download | pkgsrc-26e0c1bec44f7ae7ddff55216efde2702ea9b2f0.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 |