diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-11-06 16:30:57 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-11-06 16:30:57 +0000 |
commit | c84139d49a5f3ed8fe1e3eb76eee0e18e8271058 (patch) | |
tree | 813fd825dc9342f5db6a52ee57d5fb51059b6d3e /astro/orsa | |
parent | 9f0739783b44afbda01504bb8e6072f40b3704c2 (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 55cfd7cc0a89..13b6a5b84e9c 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/OldFiles @@ -18,7 +18,7 @@ COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl \ cln.6:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac.2:${PORTSDIR}/math/GiNaC + ginac.3:${PORTSDIR}/math/GiNaC USE_QT_VER= 3 USE_GL= gl |