diff options
author | krion <krion@FreeBSD.org> | 2003-10-12 21:57:01 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-12 21:57:01 +0000 |
commit | 7a12dc4883196740e98a46fb4af596254cb4d980 (patch) | |
tree | 884f88808bff840c6a8f7d2421343ae9bba581f3 /math/ruby-gsl | |
parent | a6eb72a6876580ab433c899b07c3227d6b44f4de (diff) | |
download | FreeBSD-ports-7a12dc4883196740e98a46fb4af596254cb4d980.zip FreeBSD-ports-7a12dc4883196740e98a46fb4af596254cb4d980.tar.gz |
- Chase libraries to actual math/gsl version.
Submitted by: kris via bento
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 dd0f647..cc5c5e8 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.4:${.CURDIR}/../gsl +LIB_DEPENDS= gsl.5:${.CURDIR}/../gsl USE_RUBY= yes USE_RUBY_SETUP= yes |