[49254] trunk/dports/fuse/sshfs/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 6 00:35:28 PDT 2009


Revision: 49254
          http://trac.macports.org/changeset/49254
Author:   ryandesign at macports.org
Date:     2009-04-06 00:35:27 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
sshfs: pkgconfig is a build dependency, not a library dependency, and allow glib2-devel to satisfy glib2 dependency; fixes #19078 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/fuse/sshfs/Portfile

Modified: trunk/dports/fuse/sshfs/Portfile
===================================================================
--- trunk/dports/fuse/sshfs/Portfile	2009-04-06 07:34:43 UTC (rev 49253)
+++ trunk/dports/fuse/sshfs/Portfile	2009-04-06 07:35:27 UTC (rev 49254)
@@ -25,11 +25,11 @@
 
 livecheck.distname  sshfs-fuse
 
+depends_build       path:bin/pkg-config:pkgconfig
 depends_lib         port:gettext \
-                    port:glib2 \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:macfuse \
                     port:libiconv \
-                    port:pkgconfig \
                     port:openssh
 
 configure.cppflags-append     -DDARWIN_SEMAPHORE_COMPAT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/2e79f17c/attachment.html>


More information about the macports-changes mailing list