diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-04 05:47:23 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-04 05:47:23 +0800 |
commit | 3330ce6d746db4cb32ac14d755f7bda5f34fda52 (patch) | |
tree | 12c2843dd88f4e97e627bbf09db974a4ba420bda /textproc | |
parent | b2c313d3a907ca9baf8ed31e2203f1de7d90de15 (diff) | |
download | freebsd-ports-gnome-3330ce6d746db4cb32ac14d755f7bda5f34fda52.tar.gz freebsd-ports-gnome-3330ce6d746db4cb32ac14d755f7bda5f34fda52.tar.zst freebsd-ports-gnome-3330ce6d746db4cb32ac14d755f7bda5f34fda52.zip |
textproc/dblatex: fix build if default python is not 2.7
PR: 191999
Approved by: johnson.peter@gmail.com (maintainer timeout)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dblatex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index 27ba7ffea811..39933eecbaab 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -3,7 +3,7 @@ PORTNAME= dblatex PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -16,7 +16,7 @@ RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ USES= tar:bzip2 USE_TEX= tex -USE_PYTHON= yes +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST=yes |