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

rhwood at macports.org rhwood at macports.org
Sun Mar 16 03:36:05 PDT 2008


Revision: 35062
          http://trac.macosforge.org/projects/macports/changeset/35062
Author:   rhwood at macports.org
Date:     2008-03-16 03:36:03 -0700 (Sun, 16 Mar 2008)

Log Message:
-----------
Add dependency on nspr so that firefox-x11 does not conflict with ports that do depend on port:nspr

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

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2008-03-16 09:38:38 UTC (rev 35061)
+++ trunk/dports/www/firefox-x11/Portfile	2008-03-16 10:36:03 UTC (rev 35062)
@@ -5,6 +5,7 @@
 name            firefox-x11
 categories      www x11
 version         2.0.0.11
+revision	1
 platforms       darwin
 maintainers     nomaintainer
 description     Mozilla.org's popular stand-alone browser
@@ -44,7 +45,8 @@
                 port:gtk2 \
                 port:gnome-vfs \
                 port:gnome-icon-theme \
-                port:cairo
+                port:cairo \
+		port:nsrp
 
 
 configure.args  --enable-application=browser \
@@ -69,7 +71,10 @@
                 --with-system-zlib=${prefix} \
                 --with-system-png=${prefix} \
                 --enable-system-cairo \
-                --with-system-cairo=${prefix}
+                --with-system-cairo=${prefix} \
+		--with-system-nspr \
+		--with-nspr-prefix=${prefix}
+
         
 variant debug {
     configure.args-delete   --disable-debug \

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


More information about the macports-changes mailing list