diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 17:03:22 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 17:03:22 +0000 |
commit | ae5e5e45978ab36e0ac2afe8b7facc63a90c0031 (patch) | |
tree | e04be9711b06d9a2a2625e09cfda10ad0a86fdb8 /math/ruby-gsl | |
parent | 8fda3b56b703c5a0c119e30a92cf8541de5f7c32 (diff) | |
download | ports-ae5e5e45978ab36e0ac2afe8b7facc63a90c0031.tar.gz ports-ae5e5e45978ab36e0ac2afe8b7facc63a90c0031.zip |
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 20a0d42fad6a..601412fc6cd7 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.6:${.CURDIR}/../gsl +LIB_DEPENDS= gsl.7:${.CURDIR}/../gsl USE_RUBY= yes USE_RUBY_SETUP= yes |