diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-12 21:57:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-12 21:57:01 +0000 |
commit | c92980c3284052b5cafc4e412de353ed616c3abb (patch) | |
tree | a4a4608319817a39df1d6558abd06f59309ecee1 /math/yacas | |
parent | Reset bouncing maintainer. (diff) |
- Chase libraries to actual math/gsl version.
Submitted by: kris via bento
Notes
Notes:
svn path=/head/; revision=90942
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 6a7ad64d7fc7..d313143aab05 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LIB_DEPENDS= gsl.4:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl USE_PERL5_BUILD= yes USE_GMAKE= yes |