pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Apr 19 12:42:38 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
nodejs: gyp-mac-tool requires py-expat.


To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 pkgsrc/lang/nodejs/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/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.230 pkgsrc/lang/nodejs/Makefile:1.231
--- pkgsrc/lang/nodejs/Makefile:1.230   Mon Apr 18 19:09:55 2022
+++ pkgsrc/lang/nodejs/Makefile Tue Apr 19 12:42:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.230 2022/04/18 19:09:55 adam Exp $
+# $NetBSD: Makefile,v 1.231 2022/04/19 12:42:38 jperkin Exp $
 
 DISTNAME=      node-v16.14.2
 PKGREVISION=   2
@@ -6,6 +6,8 @@ EXTRACT_SUFX=   .tar.xz
 
 USE_LANGUAGES= c gnu++14
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
+
 .include "../../mk/bsd.prefs.mk"
 
 # XXX: figure out a way to add rpaths to torque



Home | Main Index | Thread Index | Old Index