diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-09 14:52:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-09 14:52:22 +0000 |
commit | 29dcef28c9ca66af89e9984471befc1b4ba5cd17 (patch) | |
tree | ad62111ae0830488c1e66fc614aeb37dbc54c25d /textproc/py-sphinxcontrib-adadomain/Makefile | |
parent | 98b2487b1bb40511ab574034913bb1fe99d4524f (diff) |
Notes
Diffstat (limited to 'textproc/py-sphinxcontrib-adadomain/Makefile')
-rw-r--r-- | textproc/py-sphinxcontrib-adadomain/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/py-sphinxcontrib-adadomain/Makefile b/textproc/py-sphinxcontrib-adadomain/Makefile index eeff63bf26c6..595323483220 100644 --- a/textproc/py-sphinxcontrib-adadomain/Makefile +++ b/textproc/py-sphinxcontrib-adadomain/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sphinxcontrib-adadomain -PORTVERSION= 0.1 -PORTREVISION= 3 +PORTVERSION= 0.2 CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +12,11 @@ COMMENT= Sphinx Adadomain Extension LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.0:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> |