diff options
-rw-r--r-- | biology/py-biopython/Makefile | 2 | ||||
-rw-r--r-- | math/py-gnuplot/Makefile | 4 |
2 files changed, 3 insertions, 3 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) diff --git a/math/py-gnuplot/Makefile b/math/py-gnuplot/Makefile index becc1c69a1ef..b29d915dd5f0 100644 --- a/math/py-gnuplot/Makefile +++ b/math/py-gnuplot/Makefile @@ -14,9 +14,9 @@ DISTNAME= Gnuplot-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ - ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy + ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric USE_PYTHON= yes SETUP_CMD= cd ${WRKSRC}; ${PYTHON_CMD} setup.py |