diff options
author | araujo <araujo@FreeBSD.org> | 2017-03-17 16:43:39 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-03-17 16:43:39 +0800 |
commit | c93eb251d4ca982e1908c0bc9ab55cb01cf9643a (patch) | |
tree | 6afea09c27ba2bb29c970e172024109f55fd68ba /misc | |
parent | 713615fb9f0e1883a3233d07fe722d75117c44e2 (diff) | |
download | freebsd-ports-gnome-c93eb251d4ca982e1908c0bc9ab55cb01cf9643a.tar.gz freebsd-ports-gnome-c93eb251d4ca982e1908c0bc9ab55cb01cf9643a.tar.zst freebsd-ports-gnome-c93eb251d4ca982e1908c0bc9ab55cb01cf9643a.zip |
We don't need the python3 metaport.
Reported by: jbeich, antoine and rm.
Pointyhat to: bapt
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py3-tqdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |