diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
commit | 338161958384cbdb221973b01a11d82931076f0c (patch) | |
tree | 9ad64d1ef4f015567812cf7538b084e6df860f1d /math/yacas | |
parent | 5b5364a3685860b6cb82a872a7e838bc9dc7c044 (diff) |
Notes
Diffstat (limited to 'math/yacas')
-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 76b10dfa51a5..8838ef23fa8f 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -8,14 +8,14 @@ PORTNAME= yacas PORTVERSION= 1.0.61 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= shaun@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes |