[107528] trunk/dports/textproc/intltool/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Jul 29 18:47:37 PDT 2013
On Jul 4, 2013, at 08:29, Ryan Schmidt wrote:
> Going the other way (getting ports to be non-universal, after having installed some universal) is more difficult, however.
For future reference, this is how I successfully de-universalified one of my MacPorts installations:
sudo -s
port -q installed active | awk '/\+universal/ {print $1}' | xargs -n 1 -J % port -u upgrade --enforce-variants % -universal
exit
More information about the macports-dev
mailing list