Modified: trunk/dports/gnome/libgsf/Portfile (104752 => 104753)
--- trunk/dports/gnome/libgsf/Portfile 2013-04-02 03:09:19 UTC (rev 104752)
+++ trunk/dports/gnome/libgsf/Portfile 2013-04-02 04:28:58 UTC (rev 104753)
@@ -47,34 +47,6 @@
${destroot}${docdir}
}
-post-activate {
- if {![variant_isset no_gnome]} {
- system "\
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
- gconftool-2 --makefile-install-rule \
- ${prefix}/etc/gconf/schemas/*.schemas"
- }
-}
-
-variant no_gnome description "Disable GNOME support" {
- post-patch {
- reinplace {/^manpage_DATA/s/gsf-office-thumbnailer\.1//} \
- ${worksrcpath}/doc/Makefile.in
- }
-
- depends_build-delete \
- port:gconf
-
- depends_lib-delete \
- port:gnome-vfs \
- port:libbonobo
-
- configure.args-append \
- --without-bonobo \
- --without-gnome-vfs \
- GCONFTOOL=no
-}
-
livecheck.type regex
livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}