diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-03 01:03:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-03 01:03:33 +0800 |
commit | 30c2190a232c49d33e0152d63895d44c508a21be (patch) | |
tree | 1ebfb375500b2475d475569f60cb361f793021e9 /devel | |
parent | aab470c6feac99f8ef32d236a74efc1ea1c1d677 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |