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/pygist | |
parent | 9c36237eece44e6ee3de7327895264c0805c904a (diff) | |
download | ports-941e3d525a147b0a879b47e063c791718315d961.tar.gz ports-941e3d525a147b0a879b47e063c791718315d961.zip |
Notes
Diffstat (limited to 'math/pygist')
-rw-r--r-- | math/pygist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pygist/Makefile b/math/pygist/Makefile index 730af7dd3823..26c4ccfcf369 100644 --- a/math/pygist/Makefile +++ b/math/pygist/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tg@FreeBSD.org BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ - ${PREFIX}/lib/yorick/1.4/lib/libgist.a:${PORTSDIR}/lang/yorick \ + ${LOCALBASE}/lib/yorick/1.4/lib/libgist.a:${PORTSDIR}/lang/yorick \ ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy \ ${RNGDIR}/Ranf.py:${PORTSDIR}/math/rng RUN_DEPENDS= python:${PORTSDIR}/lang/python \ |