diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:47:01 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:47:01 +0000 |
commit | 941e3d525a147b0a879b47e063c791718315d961 (patch) | |
tree | 750b6847916f5261442d1dcfcabeb413ac028965 /math/py-numeric | |
parent | 9c36237eece44e6ee3de7327895264c0805c904a (diff) | |
download | ports-941e3d525a147b0a879b47e063c791718315d961.tar.gz ports-941e3d525a147b0a879b47e063c791718315d961.zip |
Notes
Diffstat (limited to 'math/py-numeric')
-rw-r--r-- | math/py-numeric/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index 6ad873749b5e..3386b8d69300 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -14,7 +14,7 @@ DISTNAME= Numerical-${PORTVERSION} MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils +BUILD_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils RUN_DEPENDS= python:${PORTSDIR}/lang/python DOCDIR= ${PREFIX}/share/doc/py-numeric |