[33401] trunk/dports/python/py25-opengl/Portfile

gui_dos at macports.org gui_dos at macports.org
Sat Jan 26 00:41:12 PST 2008


Revision: 33401
          http://trac.macosforge.org/projects/macports/changeset/33401
Author:   gui_dos at macports.org
Date:     2008-01-26 00:41:10 -0800 (Sat, 26 Jan 2008)

Log Message:
-----------
Created a NumPy variant since it requires the compilation of
the whole gcc42 at the moment

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

Modified: trunk/dports/python/py25-opengl/Portfile
===================================================================
--- trunk/dports/python/py25-opengl/Portfile	2008-01-26 08:33:10 UTC (rev 33400)
+++ trunk/dports/python/py25-opengl/Portfile	2008-01-26 08:41:10 UTC (rev 33401)
@@ -19,8 +19,13 @@
 checksums       md5 8a5536e4ec9fd4eddcc5bd954096205f
 
 depends_build-append port:py25-setuptools
-depends_lib-append port:py25-tkinter port:py25-pil port:py25-numpy
+depends_lib-append port:py25-tkinter port:py25-pil
 
+# Currently NumPy requires the compilation of the whole gcc42
+variant numpy {
+    depends_lib-append port:py25-numpy
+}
+
 livecheck.check    sourceforge
 livecheck.name     pyopengl
 livecheck.distname PyOpenGL

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080126/d9f9d3ea/attachment-0001.html


More information about the macports-changes mailing list