Index: head/misc/py-pexpect/Makefile =================================================================== --- head/misc/py-pexpect/Makefile (revision 498131) +++ head/misc/py-pexpect/Makefile (revision 498132) @@ -1,20 +1,22 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= pexpect PORTVERSION= 4.6.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Pure Python Expect-like module LICENSE= ISCL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0:sysutils/py-ptyprocess@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include