diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
commit | 77e07989540405e14ae0f3af5dc2d76d75532797 (patch) | |
tree | 698d3960598fa1d41f5a80411323ce184dbefe95 /x11/py-gnome2 | |
parent | f192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff) | |
download | pkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz |
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'x11/py-gnome2')
-rw-r--r-- | x11/py-gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 8ebf5ffc9ec..6b8ea4265d5 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2019/07/21 22:24:19 wiz Exp $ +# $NetBSD: Makefile,v 1.123 2019/09/02 13:20:15 adam Exp $ DISTNAME= gnome-python-2.28.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config gmake -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit, py-gtk2 BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x |