mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
textproc/dblatex: fix build if default python is not 2.7
PR: 191999 Approved by: johnson.peter@gmail.com (maintainer timeout)
This commit is contained in:
parent
b2c313d3a9
commit
3330ce6d74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363946
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= dblatex
|
PORTNAME= dblatex
|
||||||
PORTVERSION= 0.3.2
|
PORTVERSION= 0.3.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
|
|||||||
|
|
||||||
USES= tar:bzip2
|
USES= tar:bzip2
|
||||||
USE_TEX= tex
|
USE_TEX= tex
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= 2
|
||||||
USE_PYDISTUTILS=yes
|
USE_PYDISTUTILS=yes
|
||||||
PYDISTUTILS_AUTOPLIST=yes
|
PYDISTUTILS_AUTOPLIST=yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user