[53895] trunk/dports/textproc/aspell/Portfile

jochen at macports.org jochen at macports.org
Thu Jul 16 01:37:51 PDT 2009


Revision: 53895
          http://trac.macports.org/changeset/53895
Author:   jochen at macports.org
Date:     2009-07-16 01:37:49 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
try to quiten lint

Modified Paths:
--------------
    trunk/dports/textproc/aspell/Portfile

Modified: trunk/dports/textproc/aspell/Portfile
===================================================================
--- trunk/dports/textproc/aspell/Portfile	2009-07-16 08:24:16 UTC (rev 53894)
+++ trunk/dports/textproc/aspell/Portfile	2009-07-16 08:37:49 UTC (rev 53895)
@@ -53,12 +53,12 @@
     ui_msg "******************************************************************"
 }
 
-variant nls description "Include natural language support; conflicts with GNUstep" conflicts nonls {
+variant nls conflicts nonls description {Include natural language support; conflicts with GNUstep} {
     configure.args-delete --disable-nls
     configure.args-append --enable-nls
 }
 
-variant nonls description "Don't include natural language support (default on Mac OS X)" conflicts nls {
+variant nonls conflicts nls description {Don't include natural language support (default on Mac OS X)} {
     configure.args-delete --enable-nls
     configure.args-append --disable-nls
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/42249a62/attachment.html>


More information about the macports-changes mailing list