Ticket #38708: patch-Portfile.diff
File patch-Portfile.diff, 950 bytes (added by lpsinger (Leo Singer), 12 years ago) |
---|
-
python/py-astropy/Portfile
old new 5 5 PortGroup python 1.0 6 6 name py-astropy 7 7 version 0.2.1 8 revision 1 8 9 maintainers robitaille 9 10 10 11 categories-append science … … 23 24 rmd160 7131ec7ecc6d1f6d5d56069bcae6933d8b770fd5 24 25 25 26 python.versions 26 27 31 32 33 26 python.default_version 27 27 28 build.args-append --use-system-cfitsio \ 29 --use-system-expat \ 30 --use-system-wcslib 27 31 28 32 if {$subport != $name} { 29 33 30 depends_lib-append port:py${python.version}-numpy 34 depends_lib-append port:cfitsio \ 35 port:expat \ 36 port:wcslib \ 37 port:py${python.version}-numpy 31 38 32 39 pre-build { 33 40 file rename ${worksrcpath}/scripts/fitscheck \