diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /emulators/retroarch | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'emulators/retroarch')
-rw-r--r-- | emulators/retroarch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/retroarch/Makefile b/emulators/retroarch/Makefile index 9bb46a87e2d..f41f39032dd 100644 --- a/emulators/retroarch/Makefile +++ b/emulators/retroarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/02/05 16:46:17 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/04/13 23:12:42 rodent Exp $ DISTNAME= retroarch-20150203 PKGNAME= retroarch-0.0.20150203 @@ -19,7 +19,7 @@ CONFIG_SHELL= bash USE_LANGUAGES= c c++ USE_TOOLS+= bash pkg-config gmake -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 REPLACE_PYTHON= tools/cg2glsl.py EGDIR= ${PREFIX}/share/examples/retroarch |