diff options
Diffstat (limited to 'textproc/py-docutils/Makefile')
-rw-r--r-- | textproc/py-docutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile index 634d5c29eb2e..db87dfb3f95c 100644 --- a/textproc/py-docutils/Makefile +++ b/textproc/py-docutils/Makefile @@ -13,15 +13,15 @@ COMMENT= Python Documentation Utilities LICENSE= BSD2CLAUSE GPLv3+ PD PSFL LICENSE_COMB= multi -PORTSCOUT?= limit:^[0-9\.]*$$ +PORTSCOUT= limit:^[0-9\.]*$$ 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@${FLAVOR} SCRIPTS= rst2html rst2latex rst2man rst2odt rst2odt_prepstyles \ rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html |