most recent changes, diff for sablotron

Index: textproc/sablotron/Portfile
--- textproc/sablotron/Portfile (revision 41538)
+++ textproc/sablotron/Portfile (revision 41539)
@@ -30,7 +30,8 @@
platform darwin 6 { depends_lib-append lib:libdl:dlcompat }

variant apidocs description {Install HTML documentation of Sablotron's API} {
- depends_lib-append port:p5-xml-parser
+ depends_build-append path:bin/perl:perl5 port:p5-xml-parser
+ configure.env-append PERL_PROG=${prefix}/bin/perl
configure.env-delete BUILD_APIDOCS=no
configure.env-append BUILD_APIDOCS=yes
}