diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:26:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:26:40 +0000 |
commit | 797e20d2911d028024809340f9a1da62cecfe17c (patch) | |
tree | 3c8ce92da6bd2c296ac24025eb7687e2719eef2c /graphics/krita | |
parent | dd68f954c88934de4cf4478f93cc5d136bec8461 (diff) | |
download | pkgsrc-797e20d2911d028024809340f9a1da62cecfe17c.tar.gz |
Python 2.6 is long gone
Diffstat (limited to 'graphics/krita')
-rw-r--r-- | graphics/krita/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 680befc9925..4d1be2e94a0 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2019/08/22 12:23:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2019/09/02 13:26:40 adam Exp $ DISTNAME= krita-4.1.3 PKGREVISION= 15 @@ -33,7 +33,7 @@ BUILDLINK_TRANSFORM+= rm:-Werror=implicit-function-declaration CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/kritarc \ ${PKG_SYSCONFDIR}/xdg/kritarc -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/application.mk" .include "../../graphics/exiv2/buildlink3.mk" |