diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-08 16:31:35 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-08 16:31:35 +0000 |
commit | e2582b95c78626585d7e09d519bf30faffe21daa (patch) | |
tree | f1c80f81395671d820bbcd94fd60a28d56613ba9 | |
parent | 9820595e8eb8b0f9246864840cd8675a199f7b59 (diff) | |
download | freebsd-ports-e2582b95c78626585d7e09d519bf30faffe21daa.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Submitted by: portmgr (implicit)
-rw-r--r-- | devel/py-pudb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-pudb/Makefile b/devel/py-pudb/Makefile index 3c54aa06b8b3..ed48dbbc426e 100644 --- a/devel/py-pudb/Makefile +++ b/devel/py-pudb/Makefile @@ -3,6 +3,7 @@ PORTNAME= pudb PORTVERSION= 2013.3.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,8 @@ COMMENT= Full-screen, console-based Python debugger RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}urwid>0:${PORTSDIR}/devel/py-urwid -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |