[92982] trunk/dports/graphics/wxWidgets-python/Portfile

jmr at macports.org jmr at macports.org
Sat May 12 09:50:58 PDT 2012


Revision: 92982
          https://trac.macports.org/changeset/92982
Author:   jmr at macports.org
Date:     2012-05-12 09:50:57 -0700 (Sat, 12 May 2012)
Log Message:
-----------
wxWidgets-python: add freeglut dep to gtk variant

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-python/Portfile

Modified: trunk/dports/graphics/wxWidgets-python/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-python/Portfile	2012-05-12 16:13:35 UTC (rev 92981)
+++ trunk/dports/graphics/wxWidgets-python/Portfile	2012-05-12 16:50:57 UTC (rev 92982)
@@ -85,10 +85,11 @@
     configure.objcflags-append -arch ${configure.build_arch}
 }
 variant gtk conflicts carbon description {use gtk} {
-    depends_lib-append    port:gtk2
-    depends_lib-append    port:mesa
-    depends_lib-delete    path:lib/pkgconfig/sdl.pc:libsdl
-    depends_lib-delete    port:libsdl_mixer
+    depends_lib-append    port:gtk2 \
+                          port:mesa \
+                          port:freeglut
+    depends_lib-delete    path:lib/pkgconfig/sdl.pc:libsdl \
+                          port:libsdl_mixer
     configure.args-delete --with-sdl
     configure.args-append --with-gtk
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120512/09e8a6ee/attachment-0001.html>


More information about the macports-changes mailing list