summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-03-16 10:18:52 +0000
committerfhajny <fhajny@pkgsrc.org>2017-03-16 10:18:52 +0000
commit44ab7c5ac466b07f5067b4af0ca52017b77853a1 (patch)
treee04b87a221896b3778529762ae56f5fda5d3c341 /lang
parent9661b171942f4609197a24fb2e827c673f8d54e2 (diff)
downloadpkgsrc-44ab7c5ac466b07f5067b4af0ca52017b77853a1.tar.gz
Doesn't support Python 3. Confirms and fixes pkg/52079.
Diffstat (limited to 'lang')
-rw-r--r--lang/spidermonkey185/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile
index 107bab9a553..29c611713fb 100644
--- a/lang/spidermonkey185/Makefile
+++ b/lang/spidermonkey185/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/11/16 13:13:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/16 10:18:52 fhajny Exp $
#
DISTNAME= js185-1.0.0
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --enable-threadsafe
CONFIGURE_ARGS+= --with-pthreads
CONFIGURE_ARGS+= --with-system-nspr
+PYTHON_VERSIONS_ACCEPTED= 27
+
SUBST_CLASSES+= incdir
SUBST_STAGE.incdir= pre-configure
SUBST_MESSAGE.incdir= Adjust include path