diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
commit | f733c761d07002b310f809b16e9616bb8734f2d2 (patch) | |
tree | b66214f99ec8f8bd25cffccb3c852cd264affcea /math/yacas | |
parent | 81ebdadaaad09f4a98f169356e1d24b00aaddad5 (diff) | |
download | ports-f733c761d07002b310f809b16e9616bb8734f2d2.tar.gz ports-f733c761d07002b310f809b16e9616bb8734f2d2.zip |
Notes
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 9e494e5d5c19..29b6dd69f68a 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.6:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl USE_PERL5_BUILD= yes USE_GMAKE= yes |