aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-09-03 01:03:33 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-09-03 01:03:33 +0800
commit30c2190a232c49d33e0152d63895d44c508a21be (patch)
tree1ebfb375500b2475d475569f60cb361f793021e9 /devel
parentaab470c6feac99f8ef32d236a74efc1ea1c1d677 (diff)
downloadfreebsd-ports-graphics-30c2190a232c49d33e0152d63895d44c508a21be.tar.gz
freebsd-ports-graphics-30c2190a232c49d33e0152d63895d44c508a21be.tar.zst
freebsd-ports-graphics-30c2190a232c49d33e0152d63895d44c508a21be.zip
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
Diffstat (limited to 'devel')
-rw-r--r--devel/py-curtsies/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-curtsies/Makefile b/devel/py-curtsies/Makefile
index 12b20354d05..1308bcdabeb 100644
--- a/devel/py-curtsies/Makefile
+++ b/devel/py-curtsies/Makefile
@@ -14,7 +14,8 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessings>=1.5:${PORTSDIR}/devel/py-blessings
-USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>