diff options
author | tron <tron> | 2010-04-25 00:02:20 +0000 |
---|---|---|
committer | tron <tron> | 2010-04-25 00:02:20 +0000 |
commit | c1ba31b9dce4967259cc6c04abd98b4b7b7b686c (patch) | |
tree | d4efea9046b90fa2ca06f75686c28859739aa583 /math/py-numpy | |
parent | a33064ac0ef9001caa02a6030d7d152ed080b2c7 (diff) | |
download | pkgsrc-c1ba31b9dce4967259cc6c04abd98b4b7b7b686c.tar.gz |
Don't hardcode Python version number. This fixes the build with Python 2.6.
Diffstat (limited to 'math/py-numpy')
-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 |