diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2017-06-07 15:45:09 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2017-06-07 15:45:09 +0000 |
commit | 3f5eded358538cd892c8eed125f69963baac7dd7 (patch) | |
tree | b0ac306902d1a59c74543fb6441675b36f7b7f00 /misc | |
parent | [NEW] misc/py3-pexpect: Create Python 3.x version of port (diff) |
misc/py3-pexpect: Correct supported versions of python3
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py3-pexpect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py3-pexpect/Makefile b/misc/py3-pexpect/Makefile index 6f4766942605..df26e74748ce 100644 --- a/misc/py3-pexpect/Makefile +++ b/misc/py3-pexpect/Makefile @@ -5,6 +5,6 @@ MASTERDIR= ${.CURDIR}/../py-pexpect RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0:sysutils/py3-ptyprocess -USES= python:3.3+ +USES= python:3.2+ .include "${MASTERDIR}/Makefile" |