Revision: 74181 http://trac.macports.org/changeset/74181 Author: takanori@macports.org Date: 2010-12-06 11:03:35 -0800 (Mon, 06 Dec 2010) Log Message: ----------- libwpd: +with_doxygen -> +doxygen Modified Paths: -------------- trunk/dports/textproc/libwpd/Portfile Modified: trunk/dports/textproc/libwpd/Portfile =================================================================== --- trunk/dports/textproc/libwpd/Portfile 2010-12-06 19:03:15 UTC (rev 74180) +++ trunk/dports/textproc/libwpd/Portfile 2010-12-06 19:03:35 UTC (rev 74181) @@ -28,7 +28,7 @@ } configure.args --mandir=${prefix}/share/man --without-docs -variant with_doxygen description {Build documentation with doxygen} { +variant doxygen description {Build documentation with doxygen} { depends_build-append port:doxygen configure.args-delete --without-docs }