summaryrefslogtreecommitdiffstats
path: root/graphics/py-opengl
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
committertg <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
commit30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3 (patch)
tree2ddc11cb0d2b59ccd8eeb832d551757d59234c8f /graphics/py-opengl
parent43fcff6edce8c91fea8769328f4ee16e0815ab04 (diff)
downloadFreeBSD-ports-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.zip
FreeBSD-ports-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.tar.gz
Use $PYNUMERIC in the dependencies.
Diffstat (limited to 'graphics/py-opengl')
-rw-r--r--graphics/py-opengl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile
index e8452d0..e93b952 100644
--- a/graphics/py-opengl/Makefile
+++ b/graphics/py-opengl/Makefile
@@ -15,10 +15,10 @@ DISTNAME= PyOpenGL-${PORTVERSION:S/.b/b/}
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \
+BUILD_DEPENDS= ${PYNUMERIC} \
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \
+RUN_DEPENDS= ${PYNUMERIC} \
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
OpenPOWER on IntegriCloud