[88582] trunk/dports/devel/nodejs/Portfile
ciserlohn at macports.org
ciserlohn at macports.org
Wed Jan 4 12:24:52 PST 2012
Revision: 88582
http://trac.macports.org/changeset/88582
Author: ciserlohn at macports.org
Date: 2012-01-04 12:24:51 -0800 (Wed, 04 Jan 2012)
Log Message:
-----------
nodejs: allow installation on Mac OS X 10.5 (see #32756)
Modified Paths:
--------------
trunk/dports/devel/nodejs/Portfile
Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile 2012-01-04 17:56:28 UTC (rev 88581)
+++ trunk/dports/devel/nodejs/Portfile 2012-01-04 20:24:51 UTC (rev 88582)
@@ -95,9 +95,9 @@
${docdir}
}
-if {${os.major} < 10} {
+if {${os.major} < 9} {
pre-fetch {
- ui_error "${name} ${version} requires Mac OS X 10.6 or greater."
+ ui_error "${name} ${version} requires Mac OS X 10.5 or greater."
return -code error "incompatible Mac OS X version"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120104/62a4e3d3/attachment.html>
More information about the macports-changes
mailing list