aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-opengl
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
commitb7ae6bf01ca5fab869272f6fd1450a394a1677ff (patch)
tree11b24b96bb495135b5653482b8e82cf768508bce /graphics/py-opengl
parent759a8b35fc5bde2be08727b55191e5e913b3d0f7 (diff)
downloadports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.tar.gz
ports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.zip
Use $PYNUMERIC in the dependencies.
Notes
Notes: svn path=/head/; revision=62985
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 e8452d0af45f..e93b95258a80 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