diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-09 10:29:32 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-09 10:29:32 +0000 |
commit | f25c13018d9320cead26b4cce4c53bbe2d4e99c4 (patch) | |
tree | 3484398ffe0c36eb8539c0160ba64d311dbe4f3c | |
parent | d8c089ba68e3fa21e0675602a285d3d374a077e4 (diff) | |
download | freebsd-ports-f25c13018d9320cead26b4cce4c53bbe2d4e99c4.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
-rw-r--r-- | devel/py-bcdoc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-bcdoc/Makefile b/devel/py-bcdoc/Makefile index e934a5c70573..b5dbe407b28c 100644 --- a/devel/py-bcdoc/Makefile +++ b/devel/py-bcdoc/Makefile @@ -3,6 +3,7 @@ PORTNAME= bcdoc PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +16,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |