Index: Portfile
===================================================================
--- Portfile	(revision 37845)
+++ Portfile	(working copy)
@@ -4,6 +4,7 @@
 
 name                  libxml2
 version               2.6.32
+revision              1
 categories            textproc
 description           gnome xml library
 platforms             darwin
@@ -23,6 +24,9 @@
 
 depends_lib           port:libiconv port:zlib
 
+use_autoconf        yes
+autoconf.cmd        autoreconf
+
 post-extract {
     reinplace "s|/etc|${prefix}/etc|g" \
         ${worksrcpath}/catalog.c \

