pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/spidermonkey52 Spidermonkey52 needs py-expat to c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c68031cd129
branches:  trunk
changeset: 309112:8c68031cd129
user:      youri <youri%pkgsrc.org@localhost>
date:      Sat Jun 09 03:01:12 2018 +0000

description:
Spidermonkey52 needs py-expat to configure on Darwin.

diffstat:

 lang/spidermonkey52/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 196b756e2d42 -r 8c68031cd129 lang/spidermonkey52/Makefile
--- a/lang/spidermonkey52/Makefile      Sat Jun 09 02:38:43 2018 +0000
+++ b/lang/spidermonkey52/Makefile      Sat Jun 09 03:01:12 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/05/20 17:45:52 maya Exp $
+# $NetBSD: Makefile,v 1.6 2018/06/09 03:01:12 youri Exp $
 
 DISTNAME=      mozjs-52.7.4
 PKGREVISION=   1
@@ -33,6 +33,8 @@
 PYTHON_VERSIONS_ACCEPTED=      27
 PYTHON_FOR_BUILD_ONLY=         yes
 
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 .if ${MACHINE_ARCH} == "i386"
 # Needs 8 byte atomics.
 CXXFLAGS+=             -march=i586



Home | Main Index | Thread Index | Old Index