diff options
author | wg <wg@FreeBSD.org> | 2013-12-15 05:27:28 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-15 05:27:28 +0800 |
commit | 1f17997456e5740cd79f55c715273547d81a35f0 (patch) | |
tree | 19e6173474543cb1a507e37773a7e1b979d28426 /textproc | |
parent | c37b1a0823a222f190a0aff6f38c98e998368114 (diff) | |
download | freebsd-ports-gnome-1f17997456e5740cd79f55c715273547d81a35f0.tar.gz freebsd-ports-gnome-1f17997456e5740cd79f55c715273547d81a35f0.tar.zst freebsd-ports-gnome-1f17997456e5740cd79f55c715273547d81a35f0.zip |
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)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubber/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index e8e089fd1ea0..523bcc6229c8 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -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 |