diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
commit | 6905d4a0d8518b83f28bf41330e381a8128dc0b4 (patch) | |
tree | 30905f5c5ec570d5180cc95b3ca4699a84635835 /astro/orsa | |
parent | d53fd93f0b690c56a78a292c01f0fe87b04480d1 (diff) |
- Bump PORTREVISION to chase the update of math/gsl
Notes
Notes:
svn path=/head/; revision=251666
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 011dbaf19fc2..dd70f7a0a8e5 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,14 +8,14 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis -LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl \ cln.6:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.5.1:${PORTSDIR}/math/GiNaC |