diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-22 00:00:27 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-22 00:00:27 +0000 |
commit | 209c5f79e1305b811b48e11e56ff163d323c8aaa (patch) | |
tree | 61d7597760c403ab46083877226c50e7e469d979 /math/PDL/Makefile | |
parent | 3b756325489e6e7fbb236131e8c10f2075043137 (diff) | |
download | ports-209c5f79e1305b811b48e11e56ff163d323c8aaa.tar.gz ports-209c5f79e1305b811b48e11e56ff163d323c8aaa.zip |
Notes
Diffstat (limited to 'math/PDL/Makefile')
-rw-r--r-- | math/PDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 9c407b0ffaaf..980bdb1c3952 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= PDL MAINTAINER= tobez@plab.ku.dk -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 USE_PERL5= yes |