diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-06 14:45:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-06 14:45:27 +0000 |
commit | 1090bceed79e37fb0238b3bd13fa9013c5f11c5c (patch) | |
tree | d037426ff9cf0a6158803bced148ce4bb7c6eb18 /misc | |
parent | 74ac7284b5ca7d3a8a1629e53582649718d3129e (diff) | |
download | ports-1090bceed79e37fb0238b3bd13fa9013c5f11c5c.tar.gz ports-1090bceed79e37fb0238b3bd13fa9013c5f11c5c.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-pexpect/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/py-pexpect/Makefile b/misc/py-pexpect/Makefile index 1265fe82217c..4263c824708f 100644 --- a/misc/py-pexpect/Makefile +++ b/misc/py-pexpect/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0:sysutils/py-ptyprocess@${PY_FL USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk> |