diff options
author | mva <mva@FreeBSD.org> | 2014-06-09 00:31:35 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-09 00:31:35 +0800 |
commit | a58e8b28c69221740d215197429015ce0445b8c7 (patch) | |
tree | f1c80f81395671d820bbcd94fd60a28d56613ba9 /devel | |
parent | 3fd38b0445d0bf430a4d423b76505213bc178451 (diff) | |
download | freebsd-ports-gnome-a58e8b28c69221740d215197429015ce0445b8c7.tar.gz freebsd-ports-gnome-a58e8b28c69221740d215197429015ce0445b8c7.tar.zst freebsd-ports-gnome-a58e8b28c69221740d215197429015ce0445b8c7.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Submitted by: portmgr (implicit)
Diffstat (limited to 'devel')
-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> |