[113345] trunk/dports/devel/nodejs/Portfile
ciserlohn at macports.org
ciserlohn at macports.org
Wed Nov 13 14:38:57 PST 2013
Revision: 113345
https://trac.macports.org/changeset/113345
Author: ciserlohn at macports.org
Date: 2013-11-13 14:38:57 -0800 (Wed, 13 Nov 2013)
Log Message:
-----------
nodejs: use correct python in gyp (accidentally removed in r113278; closes #41357)
Revision Links:
--------------
https://trac.macports.org/changeset/113278
Modified Paths:
--------------
trunk/dports/devel/nodejs/Portfile
Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile 2013-11-13 20:55:17 UTC (rev 113344)
+++ trunk/dports/devel/nodejs/Portfile 2013-11-13 22:38:57 UTC (rev 113345)
@@ -57,6 +57,9 @@
[rec_glob ${worksrcpath} *.js]] {
reinplace "s|/usr/bin/env node|${prefix}/bin/node|" ${f}
}
+ foreach gypfile [rec_glob ${worksrcpath} *.gyp] {
+ reinplace "s|'python'|'${configure.python}'|" ${gypfile}
+ }
}
configure.args --without-ssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131113/96ab2f66/attachment.html>
More information about the macports-changes
mailing list