diff options
author | vs <vs@FreeBSD.org> | 2004-07-07 07:32:25 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-07 07:32:25 +0000 |
commit | 9dbcf7a6a70662067dd797b6ccab565881a9af14 (patch) | |
tree | 4b21f8a348a33e62b77b53237020806453846f5e /math/yacas | |
parent | 84884f298ec2280da89eb4f4b70b6518bf89f10e (diff) | |
download | FreeBSD-ports-9dbcf7a6a70662067dd797b6ccab565881a9af14.zip FreeBSD-ports-9dbcf7a6a70662067dd797b6ccab565881a9af14.tar.gz |
Chase libgsl-update
PR: ports/68749
Submitted by Jon Drews
and: kiril@
Diffstat (limited to 'math/yacas')
-rw-r--r-- | math/yacas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 71f3278..9fb616b 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl USE_PERL5_BUILD= yes USE_GMAKE= yes |