diff options
author | tron <tron@pkgsrc.org> | 2010-04-25 00:02:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-04-25 00:02:20 +0000 |
commit | 0a86b59cb238316f42be87e487c24045a17fd3e4 (patch) | |
tree | d4efea9046b90fa2ca06f75686c28859739aa583 /math | |
parent | c3d5ce58d7e31b10d014258ad62daf7f98a789a9 (diff) | |
download | pkgsrc-0a86b59cb238316f42be87e487c24045a17fd3e4.tar.gz |
Don't hardcode Python version number. This fixes the build with Python 2.6.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numpy/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST index fcf50131560..104c08640af 100644 --- a/math/py-numpy/PLIST +++ b/math/py-numpy/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2010/04/24 17:13:55 gls Exp $ -bin/f2py2.5 +@comment $NetBSD: PLIST,v 1.6 2010/04/25 00:02:20 tron Exp $ +bin/f2py${PYVERSSUFFIX} ${PYSITELIB}/numpy/COMPATIBILITY ${PYSITELIB}/numpy/DEV_README.txt ${PYSITELIB}/numpy/INSTALL.txt |