[105848] trunk/dports/python/py-opengl/Portfile

jmr at macports.org jmr at macports.org
Tue May 7 20:53:50 PDT 2013


Revision: 105848
          https://trac.macports.org/changeset/105848
Author:   jmr at macports.org
Date:     2013-05-07 20:53:50 -0700 (Tue, 07 May 2013)
Log Message:
-----------
py-opengl: add py32 and py33 subports (#38912)

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

Modified: trunk/dports/python/py-opengl/Portfile
===================================================================
--- trunk/dports/python/py-opengl/Portfile	2013-05-08 03:40:34 UTC (rev 105847)
+++ trunk/dports/python/py-opengl/Portfile	2013-05-08 03:53:50 UTC (rev 105848)
@@ -26,16 +26,20 @@
                     rmd160 0cbf4bc7c2e9ba59225534085f05ee589b26fc54 \
                     sha256 9ef93bbea2c193898341f574e281c3ca0dfe87c53aa25fbec4b03581f6d1ba03
 
-python.versions     24 25 26 27
+python.versions     24 25 26 27 32 33
 
 if {$subport != $name} {
     depends_build   port:py${python.version}-distribute
-    depends_lib     port:py${python.version}-pil \
-                    port:py${python.version}-opengl-accelerate \
+    depends_lib     port:py${python.version}-opengl-accelerate \
                     port:py${python.version}-tkinter
     if {${python.version} == 24} {
         depends_lib-append port:py${python.version}-ctypes
     }
+    if {${python.version} >= 30} {
+        depends_lib-append port:py${python.version}-Pillow
+    } else {
+        depends_lib-append port:py${python.version}-pil
+    }
     test.run        yes
     livecheck.type  none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130507/a975308e/attachment.html>


More information about the macports-changes mailing list