diff options
author | araujo <araujo@FreeBSD.org> | 2009-08-19 11:50:02 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-08-19 11:50:02 +0800 |
commit | e6bb291a5450cb0f9cd2ac62b4ab3d52da33d023 (patch) | |
tree | a04eed261709199d29f0864235ee79298aeb559e | |
parent | b0afd97dea3bdb6e5763d153bb7506c397349c0d (diff) | |
download | freebsd-ports-gnome-e6bb291a5450cb0f9cd2ac62b4ab3d52da33d023.tar.gz freebsd-ports-gnome-e6bb291a5450cb0f9cd2ac62b4ab3d52da33d023.tar.zst freebsd-ports-gnome-e6bb291a5450cb0f9cd2ac62b4ab3d52da33d023.zip |
- Now the version of lib GiNaC was fixed.
Thanks to: Sylvio Cesar <scjamorim@bsd.com.br>
-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 fc8734c9b68e..50ddf612eaf9 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 10 +PORTREVISION= 11 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.5.3:${PORTSDIR}/math/GiNaC + ginac-1.5.0:${PORTSDIR}/math/GiNaC USE_QT_VER= 3 USE_GL= gl |