aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-genshi
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2016-04-25 14:14:39 +0000
committerNicola Vitale <nivit@FreeBSD.org>2016-04-25 14:14:39 +0000
commit0bbd14293fbb61e7b470eae88b778d0337f1c06b (patch)
tree71852fc9cfef0eb625f4aa53f75f2fb852cf91ec /textproc/py-genshi
parentb36a68c0787d2194403b2c2c69fc07818694a8bd (diff)
downloadports-0bbd14293fbb61e7b470eae88b778d0337f1c06b.tar.gz
ports-0bbd14293fbb61e7b470eae88b778d0337f1c06b.zip
- Genshi does not yet have a released version supporting Python 3.x,
and it doesn't build with Python 3. So build it with Python 2 only. [1] - Add NO_ARCH PR: 205848 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> [1]
Notes
Notes: svn path=/head/; revision=414006
Diffstat (limited to 'textproc/py-genshi')
-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>