Revision
79970
Author
snc@macports.org
Date
2011-06-30 18:48:05 -0700 (Thu, 30 Jun 2011)

Log Message

py27-pyopencl:
 * add py27-mako dependency (.reduce functionality)
 * run configure with the correct python

Modified Paths

Diff

Modified: trunk/dports/python/py27-pyopencl/Portfile (79969 => 79970)


--- trunk/dports/python/py27-pyopencl/Portfile	2011-07-01 01:40:00 UTC (rev 79969)
+++ trunk/dports/python/py27-pyopencl/Portfile	2011-07-01 01:48:05 UTC (rev 79970)
@@ -6,6 +6,7 @@
 
 name                py27-pyopencl
 version             2011.1.1
+revision            1
 categories-append   science
 
 maintainers         snc openmaintainer
@@ -27,10 +28,11 @@
 
 depends_build-append \
                     port:py27-distribute \
-                    port:py27-numpy
+                    port:py27-numpy \
+                    port:py27-mako
 
 use_configure       yes
-configure.cmd       ./configure.py
+configure.cmd       ${python.bin} configure.py
 configure.args      --cl-enable-gl
 configure.universal_args-delete --disable-dependency-tracking