diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-29 20:50:07 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-29 20:50:07 +0800 |
commit | 07fcea1027382f674344a788c6bc0b7f899a1c4d (patch) | |
tree | 40f5c90d822a04e8607327674574414d7ff4287b /biology/py-biopython | |
parent | c3b5692085a365cfbac48e46ac6095feb6fef134 (diff) | |
download | freebsd-ports-gnome-07fcea1027382f674344a788c6bc0b7f899a1c4d.tar.gz freebsd-ports-gnome-07fcea1027382f674344a788c6bc0b7f899a1c4d.tar.zst freebsd-ports-gnome-07fcea1027382f674344a788c6bc0b7f899a1c4d.zip |
math/numpy was renamed to math/py-numeric.
PR: 27594
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
Diffstat (limited to 'biology/py-biopython')
-rw-r--r-- | biology/py-biopython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/py-biopython/Makefile b/biology/py-biopython/Makefile index 3010865e5c8e..faddb1e0ed5e 100644 --- a/biology/py-biopython/Makefile +++ b/biology/py-biopython/Makefile @@ -17,7 +17,7 @@ MAINTAINER= johann@egenetics.com USE_PYTHON= yes BUILD_DEPENDS= ${PYDISTUTILS} \ - ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy + ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build) |