pkgsrc-WIP-changes archive

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

spidermonkey17: only allow python-2.x, since configure checks for it.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Mar 8 12:26:42 2016 +0100
Changeset:	965d9bf2f2464b000b22d2133650e353d2605de2

Modified Files:
	spidermonkey17/Makefile

Log Message:
spidermonkey17: only allow python-2.x, since configure checks for it.

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

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

diffstat:
 spidermonkey17/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/spidermonkey17/Makefile b/spidermonkey17/Makefile
index 063e68c..106d8a3 100644
--- a/spidermonkey17/Makefile
+++ b/spidermonkey17/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.3 2015/04/10 11:43:49 krytarowski Exp $
-#
 
 DISTNAME=	mozjs17.0.0
 PKGNAME=	${DISTNAME:S/mozjs/spidermonkey17-/}
@@ -35,6 +34,7 @@ post-install:
 	${CHMOD} -x ${DESTDIR}${PREFIX}/lib/libmozjs-17.0.a
 	${CHMOD} -x ${DESTDIR}${PREFIX}/lib/pkgconfig/mozjs-17.0.pc
 
+PYTHON_VERSIONS_ACCEPTED=	27
 PYTHON_FOR_BUILD_ONLY=	yes
 .include "../../lang/python/tool.mk"
 .include "../../devel/libffi/buildlink3.mk"


Home | Main Index | Thread Index | Old Index