help2man: remove --disable-dependency-tracking from configure.universal_args since this configure script doesn't recognize that option
--- trunk/dports/textproc/help2man/Portfile 2011-01-03 03:52:20 UTC (rev 74813)
+++ trunk/dports/textproc/help2man/Portfile 2011-01-03 04:28:35 UTC (rev 74814)
@@ -26,6 +26,8 @@
configure.args --enable-nls
+configure.universal_args-delete --disable-dependency-tracking
+
post-patch {
if {[variant_isset universal]} {
reinplace "s|-shared|-bundle ${configure.ldflags} ${configure.universal_ldflags}|" ${worksrcpath}/Makefile.in