diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
commit | 57c00223d04bb0f55e26ec4a558265cc703db1e4 (patch) | |
tree | 3249671a74c0166d3d7391fb6ae8fd63f48f4ed6 /math/yacas | |
parent | - Update to 1.8 (diff) |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
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 2056acbdd7d8..391bbce3cc6d 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -8,13 +8,14 @@ PORTNAME= yacas PORTVERSION= 1.0.59 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl USE_PERL5_BUILD= yes USE_GMAKE= yes |