diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 23:58:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 23:58:53 +0000 |
commit | 7495416bef66ed7bef5cea0b545b2227ce2ed9f4 (patch) | |
tree | 63382563bf67fd6303bde8728c920ac96f40f2a7 /astro/orsa | |
parent | 8d262e7e3046749622815c4d4d13153cbccc9aa9 (diff) | |
download | ports-7495416bef66ed7bef5cea0b545b2227ce2ed9f4.tar.gz ports-7495416bef66ed7bef5cea0b545b2227ce2ed9f4.zip |
Notes
Diffstat (limited to 'astro/orsa')
-rw-r--r-- | astro/orsa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index c840e0b4ca11..65db9c4861a5 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +17,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ - cln.3:${PORTSDIR}/math/cln \ + cln.4:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac-1.3.2:${PORTSDIR}/math/GiNaC + ginac-1.3.3:${PORTSDIR}/math/GiNaC USE_QT_VER= 3 USE_GNOME= gnometarget |