--- Portfile.orig	2010-02-18 16:36:24.000000000 +0100
+++ Portfile	2010-02-18 16:43:18.000000000 +0100
@@ -37,6 +37,13 @@
                 port:gconf \
                 port:libproxy
 
+configure.args  --without-gnome
+
+variant gnome {
+    configure.args-delete   --without-gnome
+    depends_lib-append      port:gnome-keyring
+}
+
 use_parallel_build  yes
 
 test.run        yes

