summaryrefslogtreecommitdiff
path: root/www/py-wtforms
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2013-01-09 19:02:42 +0000
committerkleink <kleink@pkgsrc.org>2013-01-09 19:02:42 +0000
commit89aadf5b9eafea66c6ec08e2cfa8900eb9bc8fa4 (patch)
tree7761642b02b125e2ae1d212c514784874f740930 /www/py-wtforms
parent2ab0593e65ba64c046d3f461c8e4357e86f39515 (diff)
downloadpkgsrc-89aadf5b9eafea66c6ec08e2cfa8900eb9bc8fa4.tar.gz
Sprinkle empty USE_LANGUAGES definitions in pure python packages
where missed at import time.
Diffstat (limited to 'www/py-wtforms')
-rw-r--r--www/py-wtforms/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-wtforms/Makefile b/www/py-wtforms/Makefile
index 8590319ceaf..63c2901bbce 100644
--- a/www/py-wtforms/Makefile
+++ b/www/py-wtforms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/01/07 21:49:38 kleink Exp $
+# $NetBSD: Makefile,v 1.2 2013/01/09 19:02:44 kleink Exp $
DISTNAME= WTForms-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -11,6 +11,8 @@ HOMEPAGE= http://wtforms.simplecodes.com/
COMMENT= Flexible forms validation and rendering library
LICENSE= modified-bsd
+USE_LANGUAGES= # empty
+
post-extract:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;