diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-08 16:34:32 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-08 16:34:32 +0000 |
commit | 39e458156fb44f3f0b2772c61b8271de49717f29 (patch) | |
tree | 386756cbdddcb53f6ef88ed2bb36ecfdde968d00 | |
parent | 2a195f80246539784fc95365c6723255dc69220e (diff) | |
download | freebsd-ports-39e458156fb44f3f0b2772c61b8271de49717f29.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-mwlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-mwlib/Makefile b/devel/py-mwlib/Makefile index ac51fe7770ef..a8634b9644ca 100644 --- a/devel/py-mwlib/Makefile +++ b/devel/py-mwlib/Makefile @@ -3,6 +3,7 @@ PORTNAME= mwlib PORTVERSION= 0.15.14 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -31,9 +32,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parsing>0:${PORTSDIR}/devel/py-parsing \ USES= zip USE_PYTHON= 2 -USE_PYDISTUTILS=easy_install -PYDISTUTILS_AUTOPLIST=yes -PYEASYINSTALL_ARCHDEP= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes post-patch: ${REINPLACE_CMD} \ |