[110236] trunk/dports/graphics

mojca at macports.org mojca at macports.org
Wed Aug 28 23:24:42 PDT 2013


Revision: 110236
          https://trac.macports.org/changeset/110236
Author:   mojca at macports.org
Date:     2013-08-28 23:24:41 -0700 (Wed, 28 Aug 2013)
Log Message:
-----------
wxgtk-2.8/3.0: add build dependency on pkg-config

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-2.8/Portfile
    trunk/dports/graphics/wxWidgets-3.0/Portfile

Modified: trunk/dports/graphics/wxWidgets-2.8/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-2.8/Portfile	2013-08-29 05:58:37 UTC (rev 110235)
+++ trunk/dports/graphics/wxWidgets-2.8/Portfile	2013-08-29 06:24:41 UTC (rev 110236)
@@ -119,6 +119,7 @@
 
 # wxgtk-2.8 (it doesn't work with Quartz)
 if {$subport != $name} {
+    depends_build-append    path:bin/pkg-config:pkgconfig
     depends_lib-append      port:cairo \
                             port:gtk2 \
                             port:mesa \

Modified: trunk/dports/graphics/wxWidgets-3.0/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/Portfile	2013-08-29 05:58:37 UTC (rev 110235)
+++ trunk/dports/graphics/wxWidgets-3.0/Portfile	2013-08-29 06:24:41 UTC (rev 110236)
@@ -130,7 +130,8 @@
     # patch-upstream-psn.diff: http://trac.wxwidgets.org/changeset/74703
     patchfiles-append       patch-sdl.diff \
                             patch-upstream-psn.diff
-    
+
+    depends_build-append    path:bin/pkg-config:pkgconfig
     depends_lib-append      port:cairo \
                             path:lib/pkgconfig/sdl.pc:libsdl \
                             port:libsdl_mixer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130828/2c59304a/attachment.html>


More information about the macports-changes mailing list