diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-26 10:42:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-26 10:42:24 +0000 |
commit | 4d3d3e0f5a28a687cfbe1029436154a4d9540495 (patch) | |
tree | 07f6dbbf10581b7079381ea4739f5d0ddeefe9a2 /textproc | |
parent | d1bc3eb7e8f443e099e2389faf3243b7d4362f9f (diff) | |
download | ports-4d3d3e0f5a28a687cfbe1029436154a4d9540495.tar.gz ports-4d3d3e0f5a28a687cfbe1029436154a4d9540495.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-translationstring/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/textproc/py-translationstring/Makefile b/textproc/py-translationstring/Makefile index 089dabe43d9a..277c215c720d 100644 --- a/textproc/py-translationstring/Makefile +++ b/textproc/py-translationstring/Makefile @@ -22,11 +22,6 @@ USE_PYTHON= distutils autoplist NO_ARCH= yes -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons-sphinx-themes>=0:textproc/py-pylons-sphinx-themes@${PY_FLAVOR} \ - ${PY_SPHINX} \ - rst2html:textproc/py-docutils@${PY_FLAVOR} - do-test: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py test |