aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/py-pudb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-pudb/Makefile b/devel/py-pudb/Makefile
index 971a70694c98..94e42abb5a82 100644
--- a/devel/py-pudb/Makefile
+++ b/devel/py-pudb/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pudb
PORTVERSION= 2014.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,8 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.0:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:${PORTSDIR}/devel/py-urwid
-USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>