Revision: 31691 http://trac.macosforge.org/projects/macports/changeset/31691 Author: rhwood@macports.org Date: 2007-12-03 01:16:44 -0800 (Mon, 03 Dec 2007) Log Message: ----------- Add quartz variant to enable building Quartx/Aqua UI Modified Paths: -------------- trunk/dports/gnome/gnome-platform-suite/Portfile Modified: trunk/dports/gnome/gnome-platform-suite/Portfile =================================================================== --- trunk/dports/gnome/gnome-platform-suite/Portfile 2007-12-03 09:15:58 UTC (rev 31690) +++ trunk/dports/gnome/gnome-platform-suite/Portfile 2007-12-03 09:16:44 UTC (rev 31691) @@ -8,8 +8,8 @@ description The GNOME developer platform long_description The GNOME developer platform is the set of libraries and services that developers can rely upon to develop fully GNOME compliant applications. The platform is one of the suites of software packages that form the complete GNOME project offerings. homepage http://www.gnome.org/ -depends_lib port:atk \ - port:at-spi \ +depends_lib port:at-spi \ + port:atk \ port:audiofile \ port:esound \ port:gail \ @@ -42,3 +42,7 @@ file mkdir ${destroot}${prefix}/share/doc/ system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt" } + +variant quartz { + depends_lib-delete port:at-spi +}