Modified: trunk/dports/www/firefox-x11/Portfile (35061 =>
35062)
--- 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 \