[29435] trunk/dports/devel/atk/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 23 11:35:10 PDT 2007


Revision: 29435
          http://trac.macosforge.org/projects/macports/changeset/29435
Author:   nox at macports.org
Date:     2007-09-23 11:35:10 -0700 (Sun, 23 Sep 2007)

Log Message:
-----------
atk:
 * Fixed dependencies.
 * Removed useless configure arg.

Modified Paths:
--------------
    trunk/dports/devel/atk/Portfile

Modified: trunk/dports/devel/atk/Portfile
===================================================================
--- trunk/dports/devel/atk/Portfile	2007-09-23 17:58:38 UTC (rev 29434)
+++ trunk/dports/devel/atk/Portfile	2007-09-23 18:35:10 UTC (rev 29435)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		atk
 version		1.20.0
+revision    1
 categories	devel
 maintainers	rhwood openmaintainer
 description	GNOME accessibility toolkit
@@ -20,10 +21,13 @@
 
 use_bzip2	yes
 
-depends_lib	port:glib2
+depends_build   port:pkgconfig
 
+depends_lib     port:glib2 \
+                port:gettext \
+                port:libiconv
+
 configure.ldflags-append	"-no-undefined"
 configure.cppflags-append	"-no-cpp-precomp"
 configure.cflags-append		"-funroll-loops -fstrict-aliasing"
 
-configure.args	--disable-gtk-doc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070923/bfd90766/attachment.html


More information about the macports-changes mailing list