diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-16 22:38:41 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-16 22:38:41 +0000 |
commit | 2598a674eda9529cd91fc12f6571fb7d8daf0af7 (patch) | |
tree | bad2bd4463f07ab22b823c874a4d2b7c97d7af63 /astro | |
parent | 87fa2c630b73d48468df74a2045c4a4c07c2a7ea (diff) | |
download | ports-2598a674eda9529cd91fc12f6571fb7d8daf0af7.tar.gz ports-2598a674eda9529cd91fc12f6571fb7d8daf0af7.zip |
- Track updated dependency
- Bump PORTREVISION
Approved by: gabor (mentor)
Pointyhat to: gabor
Notes
Notes:
svn path=/head/; revision=275704
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 c7c3d6968ac3..e7cd60e226d2 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 19 +PORTREVISION= 20 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-1.5.2:${PORTSDIR}/math/GiNaC + ginac.2:${PORTSDIR}/math/GiNaC USE_QT_VER= 3 USE_GL= gl |