diff options
author | erwin <erwin@FreeBSD.org> | 2010-01-21 20:18:17 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-01-21 20:18:17 +0800 |
commit | 4685ef92422ae183be9a53db6540684ed4210d97 (patch) | |
tree | 49d0b402fd7100e410a28e752ce5654580b066b7 | |
parent | e28bc08ff9945f11557635a3b63b6f0fe49f4623 (diff) | |
download | freebsd-ports-gnome-4685ef92422ae183be9a53db6540684ed4210d97.tar.gz freebsd-ports-gnome-4685ef92422ae183be9a53db6540684ed4210d97.tar.zst freebsd-ports-gnome-4685ef92422ae183be9a53db6540684ed4210d97.zip |
Bump shlib for ginac
Submitted by: pointyhat
-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 925247cc4a5c..01a3b68e4a13 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/OldFiles @@ -18,7 +18,7 @@ COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl \ cln.6:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac-1.5.0:${PORTSDIR}/math/GiNaC + ginac-1.5.1:${PORTSDIR}/math/GiNaC USE_QT_VER= 3 USE_GL= gl |