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 /misc/orca | |
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 'misc/orca')
-rw-r--r-- | misc/orca/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/orca/Makefile b/misc/orca/Makefile index 1390e52fcef..a37aca79892 100644 --- a/misc/orca/Makefile +++ b/misc/orca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2019/04/26 13:14:05 maya Exp $ +# $NetBSD: Makefile,v 1.45 2019/09/02 13:19:44 adam Exp $ DISTNAME= orca-2.32.1 PKGREVISION= 2 @@ -31,7 +31,7 @@ USE_PKGLOCALEDIR= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit, py-gnome2, py-gtk2 .include "../../mk/bsd.prefs.mk" .if ${X11_TYPE} == "modular" || !exists(${X11BASE}/bin/xmodmap) |