pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/spidermonkey52



Module Name:    pkgsrc
Committed By:   youri
Date:           Sat Jun  9 03:01:12 UTC 2018

Modified Files:
        pkgsrc/lang/spidermonkey52: Makefile

Log Message:
Spidermonkey52 needs py-expat to configure on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/spidermonkey52/Makefile

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

Modified files:

Index: pkgsrc/lang/spidermonkey52/Makefile
diff -u pkgsrc/lang/spidermonkey52/Makefile:1.5 pkgsrc/lang/spidermonkey52/Makefile:1.6
--- pkgsrc/lang/spidermonkey52/Makefile:1.5     Sun May 20 17:45:52 2018
+++ pkgsrc/lang/spidermonkey52/Makefile Sat Jun  9 03:01:12 2018
@@ -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 @@ PKGCONFIG_OVERRIDE+=  js/src/js.pc.in
 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