[71278] trunk/dports/gnome/libbonoboui/Portfile

devans at macports.org devans at macports.org
Tue Sep 7 11:00:31 PDT 2010


Revision: 71278
          http://trac.macports.org/changeset/71278
Author:   devans at macports.org
Date:     2010-09-07 11:00:30 -0700 (Tue, 07 Sep 2010)
Log Message:
-----------
libbonoboui: update dependencies, configuration, add +no_x11 variant, increment revision to force rebuild where +no_x11 is used.

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

Modified: trunk/dports/gnome/libbonoboui/Portfile
===================================================================
--- trunk/dports/gnome/libbonoboui/Portfile	2010-09-07 17:49:00 UTC (rev 71277)
+++ trunk/dports/gnome/libbonoboui/Portfile	2010-09-07 18:00:30 UTC (rev 71278)
@@ -5,7 +5,7 @@
 
 name            libbonoboui
 version         2.24.3
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
@@ -29,25 +29,25 @@
                     rmd160  69948f05157f4fef76d3bc0d41aaa98ef3c4ea50
 
 depends_build \
-    port:pkgconfig
+    port:pkgconfig \
+    port:intltool
 
 depends_lib \
     port:gconf \
-    path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    port:gnome-vfs \
-    port:gtk2 \
-    port:xorg-libice \
-    port:xorg-libsm \
     port:libbonobo \
     port:libglade2 \
     port:libgnomecanvas \
-    port:libgnome \
-    port:dbus \
-    port:dbus-glib \
-    port:libiconv \
-    port:libxml2 \
-    port:gettext
+    port:libgnome
 
+configure.args  --x-includes=${prefix}/include \
+                --x-libraries=${prefix}/lib
+
+variant no_x11 {
+    configure.args-delete --x-includes=${prefix}/include \
+                          --x-libraries=${prefix}/lib
+    configure.args-append --without-x
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100907/885c1f6d/attachment.html>


More information about the macports-changes mailing list