aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-08-04 05:47:23 +0800
committerKurt Jaeger <pi@FreeBSD.org>2014-08-04 05:47:23 +0800
commit3330ce6d746db4cb32ac14d755f7bda5f34fda52 (patch)
tree12c2843dd88f4e97e627bbf09db974a4ba420bda /textproc
parentb2c313d3a907ca9baf8ed31e2203f1de7d90de15 (diff)
downloadfreebsd-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/Makefile4
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