aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/py-genshi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-genshi/Makefile b/textproc/py-genshi/Makefile
index 29245ef31d45..29e669be2a70 100644
--- a/textproc/py-genshi/Makefile
+++ b/textproc/py-genshi/Makefile
@@ -14,10 +14,12 @@ COMMENT= Python toolkit for stream-based generation of output for the web
LICENSE= BSD3CLAUSE
+NO_ARCH= yes
+
OPTIONS_DEFINE= BABEL
BABEL_DESC= I18n support through the Babel plugin
-USES= python
+USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.options.mk>