diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-15 11:56:58 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-15 11:56:58 +0000 |
commit | 9e2206d60f620b5c576efbe42362770e2532b267 (patch) | |
tree | 993f7db7e49d7267d097a41db9b5a40c42e2ff93 /textproc/py-sphinxcontrib-adadomain/Makefile | |
parent | f6b0a3b0f1603b44ad2421a462014754b3614216 (diff) |
Notes
Diffstat (limited to 'textproc/py-sphinxcontrib-adadomain/Makefile')
-rw-r--r-- | textproc/py-sphinxcontrib-adadomain/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/py-sphinxcontrib-adadomain/Makefile b/textproc/py-sphinxcontrib-adadomain/Makefile index 9285c83dc311..2f2e5f2453a2 100644 --- a/textproc/py-sphinxcontrib-adadomain/Makefile +++ b/textproc/py-sphinxcontrib-adadomain/Makefile @@ -3,7 +3,7 @@ PORTNAME= sphinxcontrib-adadomain PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \ LOCAL/marino @@ -16,7 +16,8 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |