diff options
author | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
commit | 6e7b5cf644158de0e1058472011e5e43a2964208 (patch) | |
tree | 952fea766de99c1f4b39d1e2deb68084fcb17624 /math | |
parent | 4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff) | |
download | pkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 8ceaf632a00..135d14790a2 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:32 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/24 09:20:35 agc Exp $ DISTNAME= NumPy-11 PKGNAME= py-Numeric-1.1 @@ -8,8 +8,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@endicor.com -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python +BUILD_DEPENDS= python:../../lang/python +RUN_DEPENDS= python:../../lang/python WRKSRC= ${WRKDIR}/LLNLDistribution/Numerical ALL_TARGET= default |