diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-13 12:30:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-13 12:30:14 +0000 |
commit | 9df0cff4d485f8b4f210037efd1a8ebea155909f (patch) | |
tree | 996caf12a510287be3ea72623c1d2eb0b1ee9d8a /astro | |
parent | Update as the dbskkd-cdb website was moved. (diff) |
- Chase math/gsl slib bump
Reported by: pavbot
Notes
Notes:
svn path=/head/; revision=225963
Diffstat (limited to 'astro')
-rw-r--r-- | astro/orsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index fe0c3d4d4ecd..dedaf458ce65 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,14 +8,14 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis -LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ cln.5:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.4.0:${PORTSDIR}/math/GiNaC |