Ticket #29561: jslint-Portfile.diff
File jslint-Portfile.diff, 453 bytes (added by macports.org@…, 13 years ago) |
---|
-
Portfile
29 29 } 30 30 31 31 configure { 32 if {[catch {exec ${prefix}/bin/js -e " new File();"} openerror]} {32 if {[catch {exec ${prefix}/bin/js -e "File;"} openerror]} { 33 33 ui_error "You need to install spidermonkey with the +fileobject variant in order to use ${name}." 34 34 return -code error "incompatible spidermonkey installation" 35 35 }