diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
commit | a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a (patch) | |
tree | bd3b68b1c1616483b7e8a56c691742eed57b2f7d /math/yacas | |
parent | bf1a249551c4d907662c20a0e8344db52ad0d64a (diff) | |
download | freebsd-ports-graphics-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.gz freebsd-ports-graphics-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.zst freebsd-ports-graphics-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.zip |
chase math/gsl lib version
Diffstat (limited to 'math/yacas')
-rw-r--r-- | math/yacas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 089c17979f3..25a474240e2 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -8,13 +8,14 @@ PORTNAME= yacas PORTVERSION= 1.0.61 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= shaun@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes |