[71724] trunk/dports/graphics/vtk5/Portfile

raphael at macports.org raphael at macports.org
Tue Sep 21 00:21:53 PDT 2010


Revision: 71724
          http://trac.macports.org/changeset/71724
Author:   raphael at macports.org
Date:     2010-09-21 00:21:49 -0700 (Tue, 21 Sep 2010)
Log Message:
-----------
vtk5: use depends_build-append instead of depends_build as the port uses the cmake portgroup; add dependencies on tcl and tk in tcltk variant; fixes #26554

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

Modified: trunk/dports/graphics/vtk5/Portfile
===================================================================
--- trunk/dports/graphics/vtk5/Portfile	2010-09-21 07:12:14 UTC (rev 71723)
+++ trunk/dports/graphics/vtk5/Portfile	2010-09-21 07:21:49 UTC (rev 71724)
@@ -26,7 +26,7 @@
                     sha1    355209c485304f1b0feefcda3585d45217ffd230 \
                     rmd160  b7abf3b9bb14a3db81608c7aa2721935ae653295
 
-depends_build   port:readline
+depends_build-append    port:readline
 distname    VTK
 
 use_parallel_build yes
@@ -91,6 +91,7 @@
 }
 
 variant tcltk conflicts carbon description {Build with Tcl wrappers and Tk support} {
+    depends_lib-append port:tcl port:tk
     configure.args-delete \
         -DVTK_USE_TK:BOOL=OFF \
         -DVTK_WRAP_TCL:BOOL=OFF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100921/60c4e238/attachment.html>


More information about the macports-changes mailing list