Revision: 115486 https://trac.macports.org/changeset/115486 Author: devans@macports.org Date: 2014-01-02 22:59:53 -0800 (Thu, 02 Jan 2014) Log Message: ----------- libpeas: dispense with +gjs variant and just build with gjs unconditionally now that it builds universal (thanks to jeremyhu). Modified Paths: -------------- trunk/dports/gnome/libpeas/Portfile Modified: trunk/dports/gnome/libpeas/Portfile =================================================================== --- trunk/dports/gnome/libpeas/Portfile 2014-01-03 06:11:19 UTC (rev 115485) +++ trunk/dports/gnome/libpeas/Portfile 2014-01-03 06:59:53 UTC (rev 115486) @@ -26,6 +26,7 @@ depends_lib port:gtk3 \ port:gobject-introspection \ + port:gjs \ port:seed pre-patch { @@ -37,17 +38,12 @@ configure.args --enable-gtk \ --enable-seed \ - --disable-gjs \ + --enable-gjs \ --disable-glade-catalog \ --disable-python2 \ --disable-python3 \ --disable-silent-rules -variant gjs description {Enable Javascript support using gjs} { - depends_lib-append port:gjs - configure.args-replace --disable-gjs --enable-gjs -} - variant glade description {Enable glade catalog support} { depends_lib-append port:glade configure.args-replace --disable-glade-catalog --enable-glade-catalog @@ -90,8 +86,6 @@ default_variants +python27 +python32 } -default_variants +gjs - post-activate { system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor" }