Revision
74180
Author
takanori@macports.org
Date
2010-12-06 11:03:15 -0800 (Mon, 06 Dec 2010)

Log Message

libthai: +with_doxygen -> +doxygen

Modified Paths

Diff

Modified: trunk/dports/textproc/libthai/Portfile (74179 => 74180)


--- trunk/dports/textproc/libthai/Portfile	2010-12-06 19:02:54 UTC (rev 74179)
+++ trunk/dports/textproc/libthai/Portfile	2010-12-06 19:03:15 UTC (rev 74180)
@@ -34,7 +34,7 @@
     xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README TODO ${destroot}${prefix}/share/doc/${name}
 }
 
-variant with_doxygen description {Create and install API docs} {
+variant doxygen description {Create and install API docs} {
     depends_lib-append      port:doxygen
     configure.args-delete   --disable-doxygen-doc
     configure.args-append   --with-html-docdir=${prefix}/share/doc/${name}/html