[48888] trunk/dports/gnome/gwget/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 31 00:56:10 PDT 2009


Revision: 48888
          http://trac.macports.org/changeset/48888
Author:   ryandesign at macports.org
Date:     2009-03-31 00:56:09 -0700 (Tue, 31 Mar 2009)
Log Message:
-----------
gwget: use port:- and path:-style dependencies instead of bin:- and lib:-style, and make pkgconfig a build dependency instead of a library dependency

Modified Paths:
--------------
    trunk/dports/gnome/gwget/Portfile

Modified: trunk/dports/gnome/gwget/Portfile
===================================================================
--- trunk/dports/gnome/gwget/Portfile	2009-03-31 07:52:35 UTC (rev 48887)
+++ trunk/dports/gnome/gwget/Portfile	2009-03-31 07:56:09 UTC (rev 48888)
@@ -13,26 +13,26 @@
 master_sites            gnome:sources/${name}/0.96/
 checksums               sha1 d859025fc9016b2f8bdfdeb4004edc78f3a88f20
 
-depends_lib             lib:libatk-1.0:atk \
-                        bin:gconftool-2:gconf \
-                        lib:libgettextlib:gettext \
+depends_build           path:bin/pkg-config:pkgconfig
+depends_lib             port:atk \
+                        path:bin/gconftool-2:gconf \
+                        port:gettext \
                         path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                        lib:libgnomevfs-2:gnome-vfs \
-                        lib:libgtk-x11-2.0:gtk2 \
-                        lib:libgnomecanvas-2:libgnomecanvas \
-                        lib:libart_lgpl_2:libart_lgpl \
-                        lib:libbonobo-2:libbonobo \
-                        lib:libbonoboui-2:libbonoboui \
-                        lib:libglade-2.0:libglade2 \
-                        lib:libgnome-2:libgnome \
-                        lib:libgnomeui-2:libgnomeui \
-                        bin:orbit-idl-2:orbit2 \
+                        port:gnome-vfs \
+                        port:gtk2 \
+                        port:libgnomecanvas \
+                        port:libart_lgpl \
+                        port:libbonobo \
+                        port:libbonoboui \
+                        port:libglade2 \
+                        port:libgnome \
+                        port:libgnomeui \
+                        path:bin/orbit-idl-2:orbit2 \
                         port:libxml2 \
                         port:p5-xml-parser \
-                        bin:perl:perl5 \
+                        path:bin/perl:perl5 \
                         path:lib/pkgconfig/pango.pc:pango \
-                        bin:pkg-config:pkgconfig \
-                        bin:wget:wget
+                        path:bin/wget:wget
 
 configure.cppflags-append "-L${prefix}/lib"
 configure.cflags-append "-no-cpp-precomp -L${prefix}/lib"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090331/24df5d18/attachment-0001.html>


More information about the macports-changes mailing list