Modified: trunk/dports/gnome/at-spi/Portfile (31645 => 31646)
--- trunk/dports/gnome/at-spi/Portfile 2007-12-01 11:08:02 UTC (rev 31645)
+++ trunk/dports/gnome/at-spi/Portfile 2007-12-01 11:09:59 UTC (rev 31646)
@@ -1,7 +1,7 @@
# $Id$
PortSystem 1.0
name at-spi
-version 1.20.1
+version 1.21.1
description Gnome Accesibility Technologi Service
long_description 'at-spi' is a part of the Gnome Accessibility Project. \
It provides a Service Provider Interface for the Assistive \
@@ -13,8 +13,8 @@
homepage http://www.gnome.org/
master_sites gnome:sources/at-spi/[strsed ${version} {/\.[0-9]*$//}]/
-checksums md5 9dc4ce96c17452cd285d006d03574e93 \
- rmd160 b5ea35bbda69de460ec1b846a462a083eff9f9fe
+checksums md5 1fc0bea95472e0523533367a23953252 \
+ rmd160 a1e04c59943993c63515abc36a95ecc7ebd92b8a
depends_build \
port:p5-xml-parser \
@@ -30,6 +30,16 @@
use_bzip2 yes
configure.args --enable-static --enable-platform-gnome-2 --disable-xevie
-configure.cflags-append "-I/usr/X11R6/include"
configure.env PYTHON=${prefix}/bin/python2.5
+
+# --with-x is the default state for the configure file
+variant x11 {
+ configure.args-append --with-x
+ configure.cflgas-append "-I/usr/X11R6/include"
+}
+
+# currently does not work, see http://bugzilla.gnome.org/show_bug.cgi?id=500838
+variant quartz {
+ configure.args-append --without-x
+}