Ticket #44307: py-pyepl-remove-pil-dep.patch
File py-pyepl-remove-pil-dep.patch, 821 bytes (added by Ionic (Mihai Moldovan), 10 years ago) |
---|
-
python/py-pyepl/Portfile
diff --git a/python/py-pyepl/Portfile b/python/py-pyepl/Portfile index d88342a..699fd4e 100644
a b PortGroup python 1.0 6 6 7 7 name py-pyepl 8 8 version 1.0.29 9 revision 1 9 10 license GPL-2+ 10 11 11 12 platforms darwin … … if {${name} ne ${subport}} { 32 33 port:libsamplerate \ 33 34 port:swig-python \ 34 35 port:py${python.version}-numpy \ 35 port:py${python.version}-pil \36 36 port:py${python.version}-opengl \ 37 37 port:py${python.version}-pyrex \ 38 38 port:py${python.version}-ode \