diff options
Diffstat (limited to 'math/yacas/Makefile')
-rw-r--r-- | math/yacas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index a6c858055ef1..5d760d0a6a74 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -8,14 +8,14 @@ PORTNAME= yacas PORTVERSION= 1.0.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= shaun@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes |