diff options
author | pav <pav@FreeBSD.org> | 2005-07-21 14:58:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-21 14:58:10 +0800 |
commit | 3e86fd7adb161d0e82d15feedb73c2cf0312ec4c (patch) | |
tree | 7f04740cfb6fb303d9817e5bb3e67ddc03a3429c /astro/orsa | |
parent | b26605f05d40413f4cfc34f4b2148c7b7ce6678e (diff) | |
download | freebsd-ports-gnome-3e86fd7adb161d0e82d15feedb73c2cf0312ec4c.tar.gz freebsd-ports-gnome-3e86fd7adb161d0e82d15feedb73c2cf0312ec4c.tar.zst freebsd-ports-gnome-3e86fd7adb161d0e82d15feedb73c2cf0312ec4c.zip |
- Chase GiNaC update
Reported by: krismail
Diffstat (limited to 'astro/orsa')
-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 5513935cf7be..c840e0b4ca11 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ cln.3:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac-1.3.1:${PORTSDIR}/math/GiNaC + ginac-1.3.2:${PORTSDIR}/math/GiNaC USE_QT_VER= 3 USE_GNOME= gnometarget |