mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
textproc/rubber: fix usage of python
- Fix usage of python - Limit to python 2.x - USES gmake - Remove leading article from COMMENT Reported by: exp-run (PR 184591)
This commit is contained in:
parent
1100c55525
commit
bcf6d6fba2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336488
@ -8,17 +8,16 @@ CATEGORIES= textproc
|
||||
MASTER_SITES= http://launchpadlibrarian.net/53558954/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A wrapper for LaTeX and friends
|
||||
COMMENT= Wrapper for LaTeX and friends
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_PYTHON= 2.5+
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= 2
|
||||
USE_TEX= latex
|
||||
USES= gmake
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \
|
||||
--datadir=${PYTHON_SITELIBDIR}
|
||||
--datadir=${PYTHON_SITELIBDIR} --python=${PYTHON_CMD}
|
||||
|
||||
MANLANG= "" fr
|
||||
MAN1= rubber.1 rubber-info.1 rubber-pipe.1
|
||||
|
Loading…
Reference in New Issue
Block a user