diff options
-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> |