pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libretro-mame2014: needs python-2.7 to build.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jul 6 16:10:05 2017 +0200
Changeset:	4615fbed0035d63de135ee289738e20306018396

Modified Files:
	libretro-mame2014/Makefile

Log Message:
libretro-mame2014: needs python-2.7 to build.

Uses old print syntax.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4615fbed0035d63de135ee289738e20306018396

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-mame2014/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/libretro-mame2014/Makefile b/libretro-mame2014/Makefile
index 197725d8bc..97ab39cc0a 100644
--- a/libretro-mame2014/Makefile
+++ b/libretro-mame2014/Makefile
@@ -16,6 +16,8 @@ USE_TOOLS=	gmake
 
 USE_LANGUAGES=	c c++
 
+PYTHON_VERSIONS_ACCEPTED=	27
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Linux"


Home | Main Index | Thread Index | Old Index