[49268] trunk/dports/fuse/fuse-bindings-python/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 6 04:39:40 PDT 2009


Revision: 49268
          http://trac.macports.org/changeset/49268
Author:   ryandesign at macports.org
Date:     2009-04-06 04:39:40 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
fuse-bindings-python: pkgconfig is a build dependency, not a library dependency; fixes #19064 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/fuse/fuse-bindings-python/Portfile

Modified: trunk/dports/fuse/fuse-bindings-python/Portfile
===================================================================
--- trunk/dports/fuse/fuse-bindings-python/Portfile	2009-04-06 11:38:15 UTC (rev 49267)
+++ trunk/dports/fuse/fuse-bindings-python/Portfile	2009-04-06 11:39:40 UTC (rev 49268)
@@ -21,7 +21,8 @@
 
 livecheck.distname      fuse-python
 
-depends_lib-append      port:macfuse port:pkgconfig
+depends_build-append    path:bin/pkg-config:pkgconfig
+depends_lib-append      port:macfuse
 
 platform darwin {
     patchfiles      patch-_fusemodule.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/0547636a/attachment.html>


More information about the macports-changes mailing list