1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

We don't need the python3 metaport.

Reported by:	jbeich, antoine and rm.
Pointyhat to:	bapt
This commit is contained in:
Marcelo Araujo 2017-03-17 08:43:39 +00:00
parent 68515ec984
commit d6e2fd520e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436325
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
MASTERDIR= ${.CURDIR}/../py-tqdm
USES= python:3
USES= python:3.3+
.include "${MASTERDIR}/Makefile"

View File

@ -2,6 +2,6 @@
MASTERDIR= ${.CURDIR}/../py-texttable
USES= python:3
USES= python:3.3+
.include "${MASTERDIR}/Makefile"