Revision: 74814 http://trac.macports.org/changeset/74814 Author: ryandesign@macports.org Date: 2011-01-02 20:28:35 -0800 (Sun, 02 Jan 2011) Log Message: ----------- help2man: remove --disable-dependency-tracking from configure.universal_args since this configure script doesn't recognize that option Modified Paths: -------------- trunk/dports/textproc/help2man/Portfile Modified: trunk/dports/textproc/help2man/Portfile =================================================================== --- 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