diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-04 23:28:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-04 23:28:53 +0800 |
commit | 093cc9db638f0a9ed9be3340d073d2524e656f61 (patch) | |
tree | 38ef18f5e62d86c13ab2aca0b863781d1f6d7445 /science | |
parent | e3288671736a0cb6efcfa76e311c906456bf2633 (diff) | |
download | freebsd-ports-gnome-093cc9db638f0a9ed9be3340d073d2524e656f61.tar.gz freebsd-ports-gnome-093cc9db638f0a9ed9be3340d073d2524e656f61.tar.zst freebsd-ports-gnome-093cc9db638f0a9ed9be3340d073d2524e656f61.zip |
- Chase math/plplot shlib bump
Diffstat (limited to 'science')
-rw-r--r-- | science/gnudatalanguage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index a8107d3915da..21eee151319c 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) @@ -29,7 +30,7 @@ COMMENT?= GDL, a free IDL compatible incremental compiler # #--------------------------------------------------------------------------- -LIB_DEPENDS+= plplotd.9:${PORTSDIR}/math/plplot \ +LIB_DEPENDS+= plplotd.10:${PORTSDIR}/math/plplot \ gsl.15:${PORTSDIR}/math/gsl \ dps.0:${PORTSDIR}/x11/dgs |