[128009] trunk/dports/x11/imake/Portfile

ionic at macports.org ionic at macports.org
Mon Nov 10 12:35:29 PST 2014


Revision: 128009
          https://trac.macports.org/changeset/128009
Author:   ionic at macports.org
Date:     2014-11-10 12:35:29 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
imake: fix building in trace mode. tradcpp is also used at build time.

Modified Paths:
--------------
    trunk/dports/x11/imake/Portfile

Modified: trunk/dports/x11/imake/Portfile
===================================================================
--- trunk/dports/x11/imake/Portfile	2014-11-10 20:29:49 UTC (rev 128008)
+++ trunk/dports/x11/imake/Portfile	2014-11-10 20:35:29 UTC (rev 128009)
@@ -26,7 +26,7 @@
 depends_build  port:pkgconfig port:xorg-xproto
 
 if {${os.platform} eq "darwin" && ${os.major} >= 12} {
-    depends_run-append port:tradcpp
+    depends_lib-append port:tradcpp
     set cppcmd ${prefix}/bin/tradcpp
 } else {
     set cppcmd /usr/bin/cpp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/55c87746/attachment.html>


More information about the macports-changes mailing list