diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-07 08:22:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-07 08:22:50 +0000 |
commit | 34c8086af5609e9a13eeca932412867ff04fe659 (patch) | |
tree | ccfdb4d0c3df38c4370977e3105f4d0daef4f01d /math/ruby-gsl | |
parent | b9258c6079764689605be412924ab313dba2f30e (diff) |
Notes
Diffstat (limited to 'math/ruby-gsl')
-rw-r--r-- | math/ruby-gsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index 0d8024fa5b22..32253d8e4c8b 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby extension library for GSL (GNU Scientific Library) -LIB_DEPENDS= gsl.5:${.CURDIR}/../gsl +LIB_DEPENDS= gsl.6:${.CURDIR}/../gsl USE_RUBY= yes USE_RUBY_SETUP= yes |