Revision: 115483 https://trac.macports.org/changeset/115483 Author: jeremyhu@macports.org Date: 2014-01-02 21:24:10 -0800 (Thu, 02 Jan 2014) Log Message: ----------- libpeas: gjs is universal now Modified Paths: -------------- trunk/dports/gnome/libpeas/Portfile Modified: trunk/dports/gnome/libpeas/Portfile =================================================================== --- trunk/dports/gnome/libpeas/Portfile 2014-01-03 05:21:01 UTC (rev 115482) +++ trunk/dports/gnome/libpeas/Portfile 2014-01-03 05:24:10 UTC (rev 115483) @@ -5,6 +5,7 @@ name libpeas version 1.9.0 +revision 1 license LGPL-2 set branch [join [lrange [split ${version} .] 0 1] .] description libpeas is a GObject-based plugins engine @@ -42,7 +43,7 @@ --disable-python3 \ --disable-silent-rules -variant gjs conflicts universal description {Enable Javascript support using gjs} { +variant gjs description {Enable Javascript support using gjs} { depends_lib-append port:gjs configure.args-replace --disable-gjs --enable-gjs } @@ -89,12 +90,8 @@ default_variants +python27 +python32 } -# port gjs is not universal +default_variants +gjs -if {![variant_isset universal]} { - default_variants +gjs -} - post-activate { system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor" }
participants (1)
-
jeremyhu@macports.org