diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 2019fddeb4a03f35d05240122f8adaba399b2031 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /emulators/hatari/Makefile | |
parent | 576e28830879dd1e62f4d61c31a43700bc131bc7 (diff) | |
download | pkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'emulators/hatari/Makefile')
-rw-r--r-- | emulators/hatari/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 9cf5a4e6526..130da217912 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/11/23 19:40:39 adam Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:41 adam Exp $ DISTNAME= hatari-1.9.0 CATEGORIES= emulators @@ -14,7 +14,7 @@ USE_CMAKE= yes USE_LANGUAGES= c CMAKE_ARGS+= -DENABLE_OSX_BUNDLE:BOOL=0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.7.0 REPLACE_PYTHON+= python-ui/config.py REPLACE_PYTHON+= python-ui/debugui.py REPLACE_PYTHON+= python-ui/dialogs.py |