diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
commit | 7cc807dbeacd4330a32376f439fe8bb59cb9ab42 (patch) | |
tree | 7af3ed64c69f6db2ddec8605c4875b72175fbc15 /math/PDL | |
parent | Upgrade to Mesa-3.1 (diff) |
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index d1a50896601a..9c407b0ffaaf 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -16,7 +16,7 @@ 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 -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 USE_PERL5= yes SCRIPTS_ENV= PERL=${PERL} |