a52dec: change to use_autoreconf to get correct deps
--- trunk/dports/audio/a52dec/Portfile 2011-06-29 06:21:24 UTC (rev 79900)
+++ trunk/dports/audio/a52dec/Portfile 2011-06-29 06:22:17 UTC (rev 79901)
@@ -24,7 +24,5 @@
livecheck.type regex
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-depends_build port:libtool
-pre-configure {
- system "cd ${worksrcpath} && autoreconf -fvi"
-}
+use_autoreconf yes
+autoreconf.args -fvi