I think you have a typo in port:nsrp.
It should be port:nspr

Kind regards
Thomas




rhwood@macports.org wrote:
[35062] trunk/dports/www/firefox-x11/Portfile
Revision
35062
Author
rhwood@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

Diff

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 \

_______________________________________________ macports-changes mailing list macports-changes@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-changes