diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:59:37 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:59:37 +0000 |
commit | 273cb9ed49a646f936aa4001af695620e0920aac (patch) | |
tree | 8d28353772f2edfb8d12bf9422e8b4e2576fe7a4 /misc/py-pexpect | |
parent | 734b63302e4eff161f45e72e9888eb8fbd1ad403 (diff) | |
download | ports-273cb9ed49a646f936aa4001af695620e0920aac.tar.gz ports-273cb9ed49a646f936aa4001af695620e0920aac.zip |
Notes
Diffstat (limited to 'misc/py-pexpect')
-rw-r--r-- | misc/py-pexpect/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/py-pexpect/Makefile b/misc/py-pexpect/Makefile index 7fab4f4396b1..ca979dc8986a 100644 --- a/misc/py-pexpect/Makefile +++ b/misc/py-pexpect/Makefile @@ -12,8 +12,7 @@ COMMENT= Pure Python Expect-like module LICENSE= ISCL -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |