diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
commit | b9ba1ad61ec8ac4f754fdbd3e762691564d11838 (patch) | |
tree | e643e74666458bfc6f67e70b390fbf4594583163 /astro | |
parent | 59d5387029bc0989baa5684776c438795412513b (diff) | |
download | freebsd-ports-gnome-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.tar.gz freebsd-ports-gnome-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.tar.zst freebsd-ports-gnome-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.zip |
chase math/gsl lib version
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 04d4dcaf760d..c9c12e13c778 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ cln.4:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.3.3:${PORTSDIR}/math/GiNaC |