Modified: trunk/dports/gnome/libpeas/Portfile (115482 => 115483)
--- 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"
}