Modified: trunk/dports/python/py-wxpython-2.8/Portfile (110397 => 110398)
--- trunk/dports/python/py-wxpython-2.8/Portfile 2013-08-30 21:30:28 UTC (rev 110397)
+++ trunk/dports/python/py-wxpython-2.8/Portfile 2013-08-30 21:40:58 UTC (rev 110398)
@@ -2,8 +2,9 @@
# $Id$
PortSystem 1.0
-PortGroup python 1.0
-PortGroup wxWidgets 1.0
+PortGroup active_variants 1.1
+PortGroup python 1.0
+PortGroup wxWidgets 1.0
name py-wxpython-2.8
version 2.8.12.1
@@ -69,7 +70,13 @@
variant gtk conflicts carbon description {use wxGTK} {
wxWidgets.use wxGTK-2.8
- depends_lib-append port:${wxWidgets.port}
+ # not sure if/what other dependencies should be listed here
+ depends_lib-append port:cairo \
+ port:gtk2 \
+ port:${wxWidgets.port}
+ require_active_variants cairo x11
+ require_active_variants gtk2 x11
+
build.cmd ${python.bin} setup.py WXPORT="gtk2" WX_CONFIG="${wxWidgets.wxconfig}"
destroot.cmd ${python.bin} setup.py WXPORT="gtk2" WX_CONFIG="${wxWidgets.wxconfig}"