aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2017-06-07 15:45:09 +0000
committerBen Woods <woodsb02@FreeBSD.org>2017-06-07 15:45:09 +0000
commit3f5eded358538cd892c8eed125f69963baac7dd7 (patch)
treeb0ac306902d1a59c74543fb6441675b36f7b7f00 /misc
parentac61d6ebeb90fa58d28fc6eae1dd3f78450e87db (diff)
downloadports-3f5eded358538cd892c8eed125f69963baac7dd7.tar.gz
ports-3f5eded358538cd892c8eed125f69963baac7dd7.zip
misc/py3-pexpect: Correct supported versions of python3
Notes
Notes: svn path=/head/; revision=442850
Diffstat (limited to 'misc')
-rw-r--r--misc/py3-pexpect/Makefile2
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"