[26800] trunk/dports/www/mozilla

source_changes at macosforge.org source_changes at macosforge.org
Sun Jul 8 11:47:42 PDT 2007


Revision: 26800
          http://trac.macosforge.org/projects/macports/changeset/26800
Author:   yves at macports.org
Date:     2007-07-08 11:47:42 -0700 (Sun, 08 Jul 2007)

Log Message:
-----------
fix malformed variant name

Modified Paths:
--------------
    trunk/dports/www/mozilla/Portfile
    trunk/dports/www/mozilla-devel/Portfile

Modified: trunk/dports/www/mozilla/Portfile
===================================================================
--- trunk/dports/www/mozilla/Portfile	2007-07-08 18:46:46 UTC (rev 26799)
+++ trunk/dports/www/mozilla/Portfile	2007-07-08 18:47:42 UTC (rev 26800)
@@ -53,7 +53,7 @@
 		configure.args-append --enable-calendar
 }
 
-variant no-crypto {
+variant no_crypto {
 		configure.args-delete --enable-crypto
 		configure.args-append --disable-crypto
 }

Modified: trunk/dports/www/mozilla-devel/Portfile
===================================================================
--- trunk/dports/www/mozilla-devel/Portfile	2007-07-08 18:46:46 UTC (rev 26799)
+++ trunk/dports/www/mozilla-devel/Portfile	2007-07-08 18:47:42 UTC (rev 26800)
@@ -34,7 +34,7 @@
 		configure.args-append --enable-calendar
 }
 
-variant no-crypto {
+variant no_crypto {
 		configure.args-delete --enable-crypto
 		configure.args-append --disable-crypto
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070708/56fe40e5/attachment.html


More information about the macports-changes mailing list