diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-03 17:11:52 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-03 17:11:52 +0800 |
commit | 68ee05468834865fbe8e6ad21b9419de595a2750 (patch) | |
tree | ad8dca53a9d7131b41b7eaa9a177384a26217dcc /graphics/py-cairo | |
parent | 372b15d95a6cf5226a2feb8cc5c2ab511b45b0e8 (diff) | |
download | freebsd-ports-gnome-68ee05468834865fbe8e6ad21b9419de595a2750.tar.gz freebsd-ports-gnome-68ee05468834865fbe8e6ad21b9419de595a2750.tar.zst freebsd-ports-gnome-68ee05468834865fbe8e6ad21b9419de595a2750.zip |
Remove python 2.7 support from a few ports
Diffstat (limited to 'graphics/py-cairo')
-rw-r--r-- | graphics/py-cairo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 0f48811dce3f..a400f42577fd 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -20,7 +20,7 @@ LICENSE_FILE_MPL11= ${WRKSRC}/COPYING-MPL-1.1 PORTSCOUT= limitw:1,even -USES= compiler:c11 gnome pkgconfig python +USES= compiler:c11 gnome pkgconfig python:3.6+ USE_PYTHON= distutils py3kplist USE_GNOME= cairo |