diff options
author | stephen <stephen@FreeBSD.org> | 2011-11-07 00:30:57 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-11-07 00:30:57 +0800 |
commit | 165cdc31c3e7b3b60c57dbb8cc5ddd3d8c4e302f (patch) | |
tree | 9b48a8b0a43f4b4d286cebf1eb556b097cf61eaf /astro | |
parent | c9d32ecaf33064ddf3b292bcb10bfd52ad94e99a (diff) | |
download | freebsd-ports-gnome-165cdc31c3e7b3b60c57dbb8cc5ddd3d8c4e302f.tar.gz freebsd-ports-gnome-165cdc31c3e7b3b60c57dbb8cc5ddd3d8c4e302f.tar.zst freebsd-ports-gnome-165cdc31c3e7b3b60c57dbb8cc5ddd3d8c4e302f.zip |
- Chase library update to math/GiNaC.
- Bump portrevision.
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 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 |