diff options
Diffstat (limited to 'math/numpy/Makefile')
-rw-r--r-- | math/numpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/numpy/Makefile b/math/numpy/Makefile index 6ad8737..3386b8d 100644 --- a/math/numpy/Makefile +++ b/math/numpy/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 |