diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 20:33:45 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 20:33:45 +0000 |
commit | 7cb3294da78ddd596f197b8f599a9bc3f3c83eac (patch) | |
tree | 1c72184bc6e535e324c3903ec7138b0daceaed97 /astro/orsa | |
parent | 8b1dce6212c686a1fbedd71ad7127d0dfc2cb54e (diff) |
Notes
Diffstat (limited to 'astro/orsa')
-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 5047b8ce8fc3..925247cc4a5c 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,14 +8,14 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis -LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl \ cln.6:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.5.0:${PORTSDIR}/math/GiNaC |