diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-13 20:30:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-13 20:30:14 +0800 |
commit | 8b5c7724e2c91a4d2e7fa3514662343fa79cde5e (patch) | |
tree | 043c9cd555bc29faf644cfd05be919760e82e90b /astro | |
parent | 10099d180329fe652c9392757995b0468469e458 (diff) | |
download | freebsd-ports-gnome-8b5c7724e2c91a4d2e7fa3514662343fa79cde5e.tar.gz freebsd-ports-gnome-8b5c7724e2c91a4d2e7fa3514662343fa79cde5e.tar.zst freebsd-ports-gnome-8b5c7724e2c91a4d2e7fa3514662343fa79cde5e.zip |
- Chase math/gsl slib bump
Reported by: pavbot
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 |