summaryrefslogtreecommitdiff
path: root/math/biggles/Makefile
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 /math/biggles/Makefile
parentadd fastresolve 2.8 (diff)
Use $PYNUMERIC in the dependencies.
Notes
Notes: svn path=/head/; revision=62985
Diffstat (limited to 'math/biggles/Makefile')
-rw-r--r--math/biggles/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/biggles/Makefile b/math/biggles/Makefile
index 11fce6864345..9173e33401de 100644
--- a/math/biggles/Makefile
+++ b/math/biggles/Makefile
@@ -15,7 +15,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric
+BUILD_DEPENDS= ${PYNUMERIC}
LIB_DEPENDS= plot:${PORTSDIR}/graphics/plotutils
USE_PYTHON= yes