diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-26 07:06:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-26 07:06:48 +0800 |
commit | 6a0fa570ea25839ce3bef631681477cd2c98ed65 (patch) | |
tree | b3caabf1e3883e86885577604d671de703feb0b0 /astro/orsa | |
parent | 409c887affb7f9bae2df5f37a984d084a9d7c85c (diff) | |
download | freebsd-ports-gnome-6a0fa570ea25839ce3bef631681477cd2c98ed65.tar.gz freebsd-ports-gnome-6a0fa570ea25839ce3bef631681477cd2c98ed65.tar.zst freebsd-ports-gnome-6a0fa570ea25839ce3bef631681477cd2c98ed65.zip |
Attempt to fix by chasing math/GiNaC update.
Missed by: ijliao
Diffstat (limited to 'astro/orsa')
-rw-r--r-- | astro/orsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index c9c12e13c778..c2a01cd57b0e 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -19,7 +19,7 @@ COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ cln.4:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac-1.3.3:${PORTSDIR}/math/GiNaC + ginac-1.3.8:${PORTSDIR}/math/GiNaC USE_AUTOTOOLS= libtool:15 USE_QT_VER= 3 |