[66893] trunk/dports/x11/lablgtk2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Apr 24 14:34:24 PDT 2010


Revision: 66893
          http://trac.macports.org/changeset/66893
Author:   ryandesign at macports.org
Date:     2010-04-24 14:34:18 -0700 (Sat, 24 Apr 2010)
Log Message:
-----------
lablgtk2: use port:-style dependencies

Modified Paths:
--------------
    trunk/dports/x11/lablgtk2/Portfile

Modified: trunk/dports/x11/lablgtk2/Portfile
===================================================================
--- trunk/dports/x11/lablgtk2/Portfile	2010-04-24 20:55:03 UTC (rev 66892)
+++ trunk/dports/x11/lablgtk2/Portfile	2010-04-24 21:34:18 UTC (rev 66893)
@@ -19,12 +19,12 @@
 checksums           md5        8a26ab3b749ea86d06b2868112332c33 \
                     sha1    4454747e6056181730e68ec253a1ec0f0a644867 \
                     rmd160    fa72ad547b3a169710f137c7fc1e7f841af437f0
-depends_lib         bin:camlp4:ocaml \
-                    bin:ocamlfind:caml-findlib \
-                    lib:libgtk.2:gtk2 \
-                    lib:libglade-2:libglade2 \
-                    lib:libgnomecanvas:libgnomecanvas \
-                    lib:libgnomeui:libgnomeui
+depends_lib         port:ocaml \
+                    port:caml-findlib \
+                    port:gtk2 \
+                    port:libglade2 \
+                    port:libgnomecanvas \
+                    port:libgnomeui
 configure.args      --without-gl --without-rsvg --with-glade \
                     --with-gnomecanvas --with-gnomeui --without-panel \
                     --without-gtkspell --without-gtksourceview
@@ -36,7 +36,7 @@
 variant rsvg description "enable rsvg support" {
     configure.args-delete    --without-rsvg
     configure.args-append    --with-rsvg
-    depends_lib-append        lib:librsvg-2:librsvg
+    depends_lib-append        port:librsvg
 }
 
 variant gtksourceview description "enable gtksourceview support" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100424/2ec60600/attachment.html>


More information about the macports-changes mailing list