[77075] trunk/dports/www/nginx/Portfile

jmr at macports.org jmr at macports.org
Sat Mar 19 07:54:52 PDT 2011


Revision: 77075
          http://trac.macports.org/changeset/77075
Author:   jmr at macports.org
Date:     2011-03-19 07:54:47 -0700 (Sat, 19 Mar 2011)
Log Message:
-----------
nginx: add debug variant (#23461)

Modified Paths:
--------------
    trunk/dports/www/nginx/Portfile

Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile	2011-03-19 14:23:20 UTC (rev 77074)
+++ trunk/dports/www/nginx/Portfile	2011-03-19 14:54:47 UTC (rev 77075)
@@ -204,6 +204,10 @@
     depends_lib-append  port:libgeoip
 }
 
+variant debug description {Enable debug mode} {
+    configure.args-append   --with-debug
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110319/5476b190/attachment.html>


More information about the macports-changes mailing list