From 9df0cff4d485f8b4f210037efd1a8ebea155909f Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 13 Jan 2009 12:30:14 +0000 Subject: [PATCH] - Chase math/gsl slib bump Reported by: pavbot --- astro/orsa/Makefile | 4 ++-- biology/adun/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index fe0c3d4d4ecd..dedaf458ce65 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,14 +8,14 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis -LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ cln.5:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.4.0:${PORTSDIR}/math/GiNaC diff --git a/biology/adun/Makefile b/biology/adun/Makefile index eed318e1f794..ffb19ee2f49b 100644 --- a/biology/adun/Makefile +++ b/biology/adun/Makefile @@ -7,7 +7,7 @@ PORTNAME= adun PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology gnustep MASTER_SITES= http://download.gna.org/adun/ DISTNAME= Adun-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= Adun-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Molecular Simulator for GNUstep -LIB_DEPENDS+= gsl.12:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes