diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-04 15:28:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-04 15:28:53 +0000 |
commit | 7cc8e29f0753d02c3a38113fbacfdb2c062a1464 (patch) | |
tree | 6caf4bd355ddba126a74340455ab4f53a750964d /science | |
parent | 9042153d91eb1974276d81443949c029c9335970 (diff) |
Notes
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 |