$OpenBSD$

Index: mcomix/run.py
--- mcomix/run.py.orig
+++ mcomix/run.py
@@ -203,7 +203,7 @@ def run():
 
     try:
         import PIL.Image
-        assert PIL.Image.VERSION >= '1.1.5'
+        assert PIL.Image.__version__ >= '1.1.5'
 
     except AssertionError:
         log.error( _("You don't have the required version of the Python Imaging"), end=' ')
