diff --git a/dports/python/py25-numpy/Portfile b/dports/python/py25-numpy/Portfile
index 52b7bdd..07de55e 100644
a
|
b
|
|
1 | | # $Id$ |
| 1 | # $Id: Portfile 49213 2009-04-05 16:46:27Z ram@macports.org $ |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup python25 1.0 |
5 | 5 | |
6 | 6 | name py25-numpy |
7 | 7 | version 1.3.0 |
| 8 | revision 1 |
8 | 9 | categories python |
9 | 10 | platforms darwin |
10 | 11 | maintainers ram openmaintainer |
… |
… |
post-destroot { |
34 | 35 | move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py${python.branch} |
35 | 36 | } |
36 | 37 | |
| 38 | variant atlas description {Enable ATLAS support} { |
| 39 | depends_lib-append port:atlas |
| 40 | build.env-append ATLAS=${prefix}/lib |
| 41 | } |
| 42 | |
37 | 43 | livecheck.distname NumPy |