[108781] trunk/dports/audio/libcanberra/Portfile

devans at macports.org devans at macports.org
Thu Aug 1 13:35:18 PDT 2013


Revision: 108781
          https://trac.macports.org/changeset/108781
Author:   devans at macports.org
Date:     2013-08-01 13:35:18 -0700 (Thu, 01 Aug 2013)
Log Message:
-----------
libcanberra: enable gtk3 support.

Modified Paths:
--------------
    trunk/dports/audio/libcanberra/Portfile

Modified: trunk/dports/audio/libcanberra/Portfile
===================================================================
--- trunk/dports/audio/libcanberra/Portfile	2013-08-01 20:04:41 UTC (rev 108780)
+++ trunk/dports/audio/libcanberra/Portfile	2013-08-01 20:35:18 UTC (rev 108781)
@@ -5,7 +5,7 @@
 
 name                libcanberra
 version             0.30
-revision            2
+revision            3
 license             LGPL-2.1+
 categories          audio devel
 maintainers         nomaintainer
@@ -24,7 +24,6 @@
 depends_build       port:pkgconfig
 
 depends_lib         port:gstreamer1 \
-                    port:gtk2 \
                     port:libtool \
                     port:libvorbis
 
@@ -34,7 +33,6 @@
 
 configure.args      --disable-alsa \
                     --disable-gtk-doc \
-                    --disable-gtk3 \
                     --disable-oss \
                     --disable-lynx \
                     --disable-null \
@@ -42,11 +40,15 @@
                     --disable-silent-rules \
                     --disable-tdb \
                     --disable-udev \
-                    --disable-gtk
+                    --disable-gtk \
+                    --disable-gtk3
 
 variant x11 {
-    depends_lib-append  port:xorg-libX11
+    depends_lib-append  port:xorg-libX11 \
+                        port:gtk2 \
+                        port:gtk3
     configure.args-replace  --disable-gtk --enable-gtk
+    configure.args-replace  --disable-gtk3 --enable-gtk3
 }
 
 default_variants +x11
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130801/3eedec0c/attachment.html>


More information about the macports-changes mailing list