From c93eb251d4ca982e1908c0bc9ab55cb01cf9643a Mon Sep 17 00:00:00 2001 From: araujo Date: Fri, 17 Mar 2017 08:43:39 +0000 Subject: We don't need the python3 metaport. Reported by: jbeich, antoine and rm. Pointyhat to: bapt --- misc/py3-tqdm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/py3-tqdm/Makefile b/misc/py3-tqdm/Makefile index cfcda7d40855..4c8a1129c0ce 100644 --- a/misc/py3-tqdm/Makefile +++ b/misc/py3-tqdm/Makefile @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-tqdm -USES= python:3 +USES= python:3.3+ .include "${MASTERDIR}/Makefile" -- cgit