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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/py3-texttable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py3-texttable/Makefile b/textproc/py3-texttable/Makefile index 23426f20d409..f67602a5ab13 100644 --- a/textproc/py3-texttable/Makefile +++ b/textproc/py3-texttable/Makefile @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-texttable -USES= python:3 +USES= python:3.3+ .include "${MASTERDIR}/Makefile" |