[33666] trunk/doc-new/guide/xml/portfiledev.xml

markd at macports.org markd at macports.org
Sat Feb 2 12:22:57 PST 2008


Revision: 33666
          http://trac.macosforge.org/projects/macports/changeset/33666
Author:   markd at macports.org
Date:     2008-02-02 12:22:56 -0800 (Sat, 02 Feb 2008)

Log Message:
-----------
Closes #14141.  Thanks to Ryan.

Modified Paths:
--------------
    trunk/doc-new/guide/xml/portfiledev.xml

Modified: trunk/doc-new/guide/xml/portfiledev.xml
===================================================================
--- trunk/doc-new/guide/xml/portfiledev.xml	2008-02-02 20:20:20 UTC (rev 33665)
+++ trunk/doc-new/guide/xml/portfiledev.xml	2008-02-02 20:22:56 UTC (rev 33666)
@@ -353,7 +353,13 @@
 variant ssl     { configure.args-append --with-ssl }
 variant debug   { configure.args-append --enable-debug }</programlisting>
 
-      <para>In the example variant declaration, the configure argument
+      <note>
+        <para>Variant names must not contain hyphens; use underscores instead.
+        For example, use <code>no_x11</code> rather than
+        <code>no-x11</code>.</para>
+      </note>
+
+      <para>In the example variant declaration below, the configure argument
       <literal>--without-x</literal> is removed and a number of others are
       appended.</para>
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080202/18993ea0/attachment-0001.html


More information about the macports-changes mailing list