diff options
author | stephen <stephen@FreeBSD.org> | 2011-06-17 06:38:41 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-06-17 06:38:41 +0800 |
commit | e94deab88b9690c47ce8bc1894d822fdaab0e798 (patch) | |
tree | d43f095985b054d39e5ace8dce572924e9b4eae7 /astro | |
parent | 6b2dd9daeb2791138ad612cae1aaa87f3c83f1c4 (diff) | |
download | freebsd-ports-graphics-e94deab88b9690c47ce8bc1894d822fdaab0e798.tar.gz freebsd-ports-graphics-e94deab88b9690c47ce8bc1894d822fdaab0e798.tar.zst freebsd-ports-graphics-e94deab88b9690c47ce8bc1894d822fdaab0e798.zip |
- Track updated dependency
- Bump PORTREVISION
Approved by: gabor (mentor)
Pointyhat to: gabor
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 c7c3d6968ac..e7cd60e226d 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 |