[103438] trunk/dports/devel/libCUDF/Portfile

cal at macports.org cal at macports.org
Mon Feb 25 15:37:37 PST 2013


Revision: 103438
          https://trac.macports.org/changeset/103438
Author:   cal at macports.org
Date:     2013-02-25 15:37:37 -0800 (Mon, 25 Feb 2013)
Log Message:
-----------
libCUDF: add missing pkgconfig dependency

Modified Paths:
--------------
    trunk/dports/devel/libCUDF/Portfile

Modified: trunk/dports/devel/libCUDF/Portfile
===================================================================
--- trunk/dports/devel/libCUDF/Portfile	2013-02-25 23:18:05 UTC (rev 103437)
+++ trunk/dports/devel/libCUDF/Portfile	2013-02-25 23:37:37 UTC (rev 103438)
@@ -57,10 +57,11 @@
 }
 
 subport libCUDF {
-    depends_lib-append  port:ocaml-cudf \
-                        path:lib/pkgconfig/glib-2.0.pc:glib2
-    build.pre_args      -C c-lib
-    build.args          all opt
+    depends_build-append    port:pkgconfig
+    depends_lib-append      port:ocaml-cudf \
+                            path:lib/pkgconfig/glib-2.0.pc:glib2
+    build.pre_args          -C c-lib
+    build.args              all opt
 
     post-destroot {
         file delete -force ${destroot}${prefix}/lib/ocaml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130225/3f886ed8/attachment.html>


More information about the macports-changes mailing list