diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 05:46:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 05:46:43 +0000 |
commit | b9ba1ad61ec8ac4f754fdbd3e762691564d11838 (patch) | |
tree | e643e74666458bfc6f67e70b390fbf4594583163 /math/yacas | |
parent | 59d5387029bc0989baa5684776c438795412513b (diff) |
Notes
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 089c17979f32..25a474240e24 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 |