diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-09 08:08:19 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-09 08:08:19 +0000 |
commit | 0f526749df596efdce1ea8b60a6ac09e511f0527 (patch) | |
tree | 8871036d2be6f3020f4180933a0164a4c5fc1fa4 | |
parent | ba9e9c89477d245d1876b099b70bc62cd02d1aa0 (diff) | |
download | freebsd-ports-0f526749df596efdce1ea8b60a6ac09e511f0527.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-ipdb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile index 199657f04b5a..389e8ae992d6 100644 --- a/devel/py-ipdb/Makefile +++ b/devel/py-ipdb/Makefile @@ -2,6 +2,7 @@ PORTNAME= ipdb PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +15,8 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.10:${PORTSDIR}/devel/ipython USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |