[102143] trunk/dports

jmr at macports.org jmr at macports.org
Mon Jan 28 03:52:16 PST 2013


Revision: 102143
          https://trac.macports.org/changeset/102143
Author:   jmr at macports.org
Date:     2013-01-28 03:52:16 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
update py-ctypes deps

Modified Paths:
--------------
    trunk/dports/devel/aqbanking/Portfile
    trunk/dports/python/py-opengl/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile	2013-01-28 11:36:37 UTC (rev 102142)
+++ trunk/dports/devel/aqbanking/Portfile	2013-01-28 11:52:16 UTC (rev 102143)
@@ -74,7 +74,7 @@
 #}
 
 variant python24 description "Enable ctypes support. This is only needed if you are using Python 2.4. It is not needed if Python 2.5 or later is installed." {
-    depends_build-append    port:py-ctypes
+    depends_build-append    port:py24-ctypes
 }
 
 variant enable_local_install description "Enable local installation mode (plugins, data, locale and config are located relatively to the binary)" {

Modified: trunk/dports/python/py-opengl/Portfile
===================================================================
--- trunk/dports/python/py-opengl/Portfile	2013-01-28 11:36:37 UTC (rev 102142)
+++ trunk/dports/python/py-opengl/Portfile	2013-01-28 11:52:16 UTC (rev 102143)
@@ -34,7 +34,7 @@
                     port:py${python.version}-opengl-accelerate \
                     port:py${python.version}-tkinter
     if {${python.version} == 24} {
-        depends_lib-append port:py-ctypes
+        depends_lib-append port:py${python.version}-ctypes
     }
     test.run        yes
     livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/503bf197/attachment.html>


More information about the macports-changes mailing list