[54431] trunk/dports/graphics/openvrml/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jul 27 08:10:04 PDT 2009


Revision: 54431
          http://trac.macports.org/changeset/54431
Author:   jeremyhu at macports.org
Date:     2009-07-27 08:10:03 -0700 (Mon, 27 Jul 2009)
Log Message:
-----------
openvrml: Allow xulrunner-devel to satisfy the dependency

Modified Paths:
--------------
    trunk/dports/graphics/openvrml/Portfile

Modified: trunk/dports/graphics/openvrml/Portfile
===================================================================
--- trunk/dports/graphics/openvrml/Portfile	2009-07-27 14:13:26 UTC (rev 54430)
+++ trunk/dports/graphics/openvrml/Portfile	2009-07-27 15:10:03 UTC (rev 54431)
@@ -54,7 +54,7 @@
 use_parallel_build      yes
 
 variant js_mozilla description {Enable support for JavaScript in the Script node with Mozilla} {
-    depends_lib-append          port:xulrunner
+    depends_lib-append          path:lib/xulrunner/libxul.dylib:xulrunner
     configure.args-delete       --disable-script-node-javascript
     configure.args-append       --enable-script-node-javascript
     configure.cppflags-append   "-I${prefix}/include/xulrunner/unstable"
@@ -85,7 +85,7 @@
 }
 
 variant mozilla_plugin requires xembed description {Build the Mozilla plug-in} {
-    depends_lib-append          port:xulrunner
+    depends_lib-append          path:lib/xulrunner/libxul.dylib:xulrunner
     configure.args-delete       --disable-mozilla-plugin
     configure.args-append       --enable-mozilla-plugin
     build.args-append           mozpluginsdir=${prefix}/lib/nsplugins
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090727/02f16c8d/attachment.html>


More information about the macports-changes mailing list