[49217] trunk/dports/www/firefox-x11/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Apr 5 12:27:38 PDT 2009


Revision: 49217
          http://trac.macports.org/changeset/49217
Author:   jeremyhu at macports.org
Date:     2009-04-05 12:27:37 -0700 (Sun, 05 Apr 2009)
Log Message:
-----------
firefox-x11: Added a variant for official branding

Modified Paths:
--------------
    trunk/dports/www/firefox-x11/Portfile

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2009-04-05 19:27:10 UTC (rev 49216)
+++ trunk/dports/www/firefox-x11/Portfile	2009-04-05 19:27:37 UTC (rev 49217)
@@ -138,6 +138,14 @@
                           --enable-gnomeui
 }
 
+variant official_branding description {Enables official Firefox branding.  You may not redistribute resulting packages built with this variant.} {
+    configure.args-delete \
+        --disable-official-branding \
+        --with-branding=browser/branding/unofficial
+    configure.args-append \
+	--enable-official-branding
+}
+
 post-extract {
     # https://bugzilla.mozilla.org/show_bug.cgi?id=484353
     move ${worksrcpath}/modules/libjar/nsWildCard.cpp ${worksrcpath}/modules/libjar/nsWildCard_jar.cpp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090405/91b70a8d/attachment.html>


More information about the macports-changes mailing list