[39305] trunk/dports/lang/gambit-c/Portfile

pmq at macports.org pmq at macports.org
Sun Aug 17 08:49:43 PDT 2008


Revision: 39305
          http://trac.macosforge.org/projects/macports/changeset/39305
Author:   pmq at macports.org
Date:     2008-08-17 08:49:43 -0700 (Sun, 17 Aug 2008)
Log Message:
-----------
Make lint happy by describing variants.

Modified Paths:
--------------
    trunk/dports/lang/gambit-c/Portfile

Modified: trunk/dports/lang/gambit-c/Portfile
===================================================================
--- trunk/dports/lang/gambit-c/Portfile	2008-08-17 15:39:42 UTC (rev 39304)
+++ trunk/dports/lang/gambit-c/Portfile	2008-08-17 15:49:43 UTC (rev 39305)
@@ -49,5 +49,10 @@
     }
 }
 
-variant optimized       { configure.args-append --enable-gcc-opts }
-variant profile         { configure.args-append --enable-profile }
+variant optimized description "Use expensive GCC optimizations to improve speed and compactness" {
+    configure.args-append --enable-gcc-opts
+}
+
+variant profile description "Enable profiling" {
+    configure.args-append --enable-profile
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080817/c047d19b/attachment.html 


More information about the macports-changes mailing list