[99964] trunk/dports/python/py-graph-tool/Portfile

mmoll at macports.org mmoll at macports.org
Thu Nov 22 19:55:44 PST 2012


Revision: 99964
          https://trac.macports.org/changeset/99964
Author:   mmoll at macports.org
Date:     2012-11-22 19:55:44 -0800 (Thu, 22 Nov 2012)
Log Message:
-----------
python/py-graph-tool: add missing build dependency on pkgconfig

Modified Paths:
--------------
    trunk/dports/python/py-graph-tool/Portfile

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2012-11-23 03:03:43 UTC (rev 99963)
+++ trunk/dports/python/py-graph-tool/Portfile	2012-11-23 03:55:44 UTC (rev 99964)
@@ -7,7 +7,7 @@
 set realname        graph-tool
 name                py-${realname}
 version             2.2.18
-revision            1
+revision            2
 categories          python science
 platforms           darwin
 license             GPL-3
@@ -36,6 +36,7 @@
 
 if {$subport != $name} {
     universal_variant  no
+    depends_build-append port:pkgconfig
     depends_lib-append port:boost \
                        port:cairomm \
                        port:cgal \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121122/cc952e60/attachment.html>


More information about the macports-changes mailing list