View | Details | Raw Unified | Return to bug 27594
Collapse All | Expand All

(-)py-biopython/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
USE_PYTHON=	yes
17
USE_PYTHON=	yes
18
18
19
BUILD_DEPENDS=	${PYDISTUTILS} \
19
BUILD_DEPENDS=	${PYDISTUTILS} \
20
		${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy
20
		${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
21
21
22
do-build:
22
do-build:
23
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build)
23
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build)
(-)py-gnuplot/Makefile (-2 / +2 lines)
Lines 14-22 Link Here
14
14
15
MAINTAINER=	sobomax@FreeBSD.org
15
MAINTAINER=	sobomax@FreeBSD.org
16
16
17
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy
17
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric
18
RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot \
18
RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot \
19
		${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy
19
		${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric
20
20
21
USE_PYTHON=	yes
21
USE_PYTHON=	yes
22
SETUP_CMD=	cd ${WRKSRC}; ${PYTHON_CMD} setup.py
22
SETUP_CMD=	cd ${WRKSRC}; ${PYTHON_CMD} setup.py
(-)py-opengl/Makefile (-2 / +2 lines)
Lines 15-24 Link Here
15
15
16
MAINTAINER=	sobomax@FreeBSD.org
16
MAINTAINER=	sobomax@FreeBSD.org
17
17
18
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy \
18
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \
19
		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
19
		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
20
		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
20
		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
21
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy \
21
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \
22
		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
22
		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
23
		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
23
		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging

Return to bug 27594