anjuta: use the right perl in scripts.
--- trunk/dports/gnome/anjuta/Portfile 2010-12-08 23:13:31 UTC (rev 74244)
+++ trunk/dports/gnome/anjuta/Portfile 2010-12-08 23:32:13 UTC (rev 74245)
@@ -31,6 +31,10 @@
port:libunique \
port:vte
+post-patch {
+ reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" ${worksrcpath}/scripts/builder2schema.pl
+}
+
configure.args --enable-static \
--disable-scrollkeeper \
--disable-schemas-install \