diff options
Diffstat (limited to 'textproc/py-docutils/Makefile')
-rw-r--r-- | textproc/py-docutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile index a8e20638d59f..f44248c95f05 100644 --- a/textproc/py-docutils/Makefile +++ b/textproc/py-docutils/Makefile @@ -15,11 +15,11 @@ LICENSE_COMB= multi NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils -USES= python +USES?= python OPTIONS_DEFINE= PYGMENTS PYGMENTS_DESC= Syntax highlighting -PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments +PYGMENTS_RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments SCRIPTS= rst2html rst2latex rst2man rst2odt rst2odt_prepstyles \ rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html |