[29423] trunk/dports/gnome/gail/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 23 05:54:26 PDT 2007


Revision: 29423
          http://trac.macosforge.org/projects/macports/changeset/29423
Author:   nox at macports.org
Date:     2007-09-23 05:54:25 -0700 (Sun, 23 Sep 2007)

Log Message:
-----------
gail: Fixed dependencies (specially it does not depend on libgnomecanvas).

Modified Paths:
--------------
    trunk/dports/gnome/gail/Portfile

Modified: trunk/dports/gnome/gail/Portfile
===================================================================
--- trunk/dports/gnome/gail/Portfile	2007-09-23 12:22:26 UTC (rev 29422)
+++ trunk/dports/gnome/gail/Portfile	2007-09-23 12:54:25 UTC (rev 29423)
@@ -2,11 +2,12 @@
 PortSystem 1.0
 name		gail
 version		1.20.0
+revision    1
 description	An implementation of the ATK interfaces for GTK+ widgets.
 long_description        Gail, the Gnome Accessibility Implementation \
 			library, is implementation of the ATK interfaces \
 			for GTK+ widgets.
-maintainers	rhwood openmaintainer at macports.org
+maintainers	rhwood openmaintainer
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
@@ -16,12 +17,16 @@
 		sha1 57d6304a0927c747490dda365b56de9339234a5f \
 		rmd160 46f67eacb6fd67c0ca4a45568556b02987c3417c
 
+depends_build   port:pkgconfig
+
 depends_lib \
-	port:atk \
-	port:gtk2 \
-	port:libgnomecanvas
+    port:gettext \
+    port:libiconv \
+    port:glib2 \
+    port:atk \
+    port:gtk2
 
 use_bzip2	yes
 
-configure.args  --mandir=${prefix}/share/man
 configure.cppflags-append "-L${prefix}/lib"
+

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


More information about the macports-changes mailing list