diff options
author | araujo <araujo@FreeBSD.org> | 2009-08-19 08:57:20 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-08-19 08:57:20 +0800 |
commit | b22806587132f0ed039d610f7f3f68aab6f9a6d1 (patch) | |
tree | 532bd6c3bb2512c1358fa0789d6469b7285f6166 /astro | |
parent | f5e7867176a89c4bd499aca1f94e2e08ecaba018 (diff) | |
download | freebsd-ports-gnome-b22806587132f0ed039d610f7f3f68aab6f9a6d1.tar.gz freebsd-ports-gnome-b22806587132f0ed039d610f7f3f68aab6f9a6d1.tar.zst freebsd-ports-gnome-b22806587132f0ed039d610f7f3f68aab6f9a6d1.zip |
- Update of dependency to new math/GiNaC version.
- Bump PORTREVISION.
Reported by: erwin (pointyhat)
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
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 f98455189b57..fc8734c9b68e 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= astro MASTER_SITES= SF @@ -18,7 +18,7 @@ COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ cln.6:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac-1.4.0:${PORTSDIR}/math/GiNaC + ginac-1.5.3:${PORTSDIR}/math/GiNaC USE_QT_VER= 3 USE_GL= gl |