diff options
author | fhajny <fhajny> | 2017-03-16 10:18:52 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2017-03-16 10:18:52 +0000 |
commit | eeb366bf1bf891ebf18d5c68713c6e8de98b384c (patch) | |
tree | 3255171f3f03a65603a8d82b95a6aec10ea2d7d3 /lang | |
parent | c4f3f57a3870c4df6e1cdf6865adecae37d4d123 (diff) | |
download | pkgsrc-eeb366bf1bf891ebf18d5c68713c6e8de98b384c.tar.gz |
Doesn't support Python 3. Confirms and fixes pkg/52079.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/spidermonkey185/Makefile | 4 |
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 |