#48192: libass: update to 0.12.2, port to GitHub ----------------------+---------------------- Reporter: ionic@… | Owner: coax@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch Port: libass | ----------------------+---------------------- Comment (by larryv@…): {{{ #!patch + if {[string match "*i386*" ${configure.universal_archs}] || + [string match "*x86_64*" ${configure.universal_archs}]} { + depends_build-append port:yasm + } }}} You should use this instead: {{{ if {"i386" in ${configure.universal_archs} || "x86_64" in ${configure.universal_archs}} }}} -- Ticket URL: <https://trac.macports.org/ticket/48192#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X