diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-30 11:41:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-30 11:41:45 +0000 |
commit | 89753e7c8f92a5e5c1d28952d7bf9671b3981290 (patch) | |
tree | 097ec0d21a61c797045759551baf70fb47ca9dd8 /astro | |
parent | 10fe7b6fceeecb96bf3a044eddda5797fed482c1 (diff) | |
download | ports-89753e7c8f92a5e5c1d28952d7bf9671b3981290.tar.gz ports-89753e7c8f92a5e5c1d28952d7bf9671b3981290.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/orsa/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index a21972cdb222..197835b977bc 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,10 +8,9 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis @@ -19,7 +18,7 @@ COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ cln.5:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac-1.3.8:${PORTSDIR}/math/GiNaC + ginac-1.4.0:${PORTSDIR}/math/GiNaC USE_AUTOTOOLS= libtool:15 USE_QT_VER= 3 |