Revision
149621
Author
ciserlohn@macports.org
Date
2016-06-27 23:37:44 -0700 (Mon, 27 Jun 2016)

Log Message

nodejs6: patchfile should be used for darwin version 13 or higher not the other way round

Modified Paths

Diff

Modified: trunk/dports/devel/nodejs6/Portfile (149620 => 149621)


--- trunk/dports/devel/nodejs6/Portfile	2016-06-28 06:07:40 UTC (rev 149620)
+++ trunk/dports/devel/nodejs6/Portfile	2016-06-28 06:37:44 UTC (rev 149621)
@@ -48,7 +48,7 @@
 patchfiles              patch-common.gypi.diff \
                         patch-tools-gyp-pylib-gyp-generator-make.py.diff
 
-if {${os.major} < 13} {
+if {${os.major} > 12} {
     patchfiles-append   patch-src-util.h.diff
 }