aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-09-03 01:03:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-09-03 01:03:56 +0800
commitb5b41db5bf40061d35e3f8cd5b951746ae79b3ac (patch)
treed3bb1fe8d41f9975432518ad312bfa87977440c4 /devel
parente4e7806eed74b31aa8228b303db7517877b2b2ae (diff)
downloadfreebsd-ports-gnome-b5b41db5bf40061d35e3f8cd5b951746ae79b3ac.tar.gz
freebsd-ports-gnome-b5b41db5bf40061d35e3f8cd5b951746ae79b3ac.tar.zst
freebsd-ports-gnome-b5b41db5bf40061d35e3f8cd5b951746ae79b3ac.zip
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH - Bump PORTREVISION for package change
Diffstat (limited to 'devel')
-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>