pkgsrc-WIP-changes archive

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

spidermonkey185: document that Python is only needed for the test.



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Feb 2 17:46:53 2016 +0100
Changeset:	aa242ed3b60b3ccb0ddbf38e4b335634ffe02230

Modified Files:
	spidermonkey185/Makefile

Log Message:
spidermonkey185: document that Python is only needed for the test.

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

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

diffstat:
 spidermonkey185/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/spidermonkey185/Makefile b/spidermonkey185/Makefile
index 603d868..a9644b6 100644
--- a/spidermonkey185/Makefile
+++ b/spidermonkey185/Makefile
@@ -66,6 +66,7 @@ post-install:
 	${MV} ${DESTDIR}${PREFIX}/include/js ${DESTDIR}${PREFIX}/include/js-1.8.5
 	${CHMOD} -x ${DESTDIR}${PREFIX}/include/js-1.8.5/*
 
+# Python is only needed for the test target
 PYTHON_FOR_BUILD_ONLY=	yes
 .include "../../lang/python/application.mk"
 .include "../../devel/nspr/buildlink3.mk"


Home | Main Index | Thread Index | Old Index