Revision
107366
Author
ryandesign@macports.org
Date
2013-06-26 00:36:30 -0700 (Wed, 26 Jun 2013)

Log Message

anjuta: correct apr-util dependency

Modified Paths

Diff

Modified: trunk/dports/gnome/anjuta/Portfile (107365 => 107366)


--- trunk/dports/gnome/anjuta/Portfile	2013-06-26 04:18:33 UTC (rev 107365)
+++ trunk/dports/gnome/anjuta/Portfile	2013-06-26 07:36:30 UTC (rev 107366)
@@ -83,7 +83,7 @@
                                         --with-svn-include=${prefix}/include/subversion-1 \
                                         --with-svn-lib=${prefix}/lib
                 depends_lib-append      port:apr \
-                                        port:apr-utils \
+                                        port:apr-util \
                                         port:neon \
                                         port:subversion
 }