Index: head/misc/py3-tqdm/Makefile =================================================================== --- head/misc/py3-tqdm/Makefile (revision 436324) +++ head/misc/py3-tqdm/Makefile (revision 436325) @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-tqdm -USES= python:3 +USES= python:3.3+ .include "${MASTERDIR}/Makefile" Index: head/textproc/py3-texttable/Makefile =================================================================== --- head/textproc/py3-texttable/Makefile (revision 436324) +++ head/textproc/py3-texttable/Makefile (revision 436325) @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-texttable -USES= python:3 +USES= python:3.3+ .include "${MASTERDIR}/Makefile"