diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-28 02:41:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-28 02:41:00 +0000 |
commit | 86b20fc1ceb7fd99c788dedcaf8e53b20216f9b9 (patch) | |
tree | f2220f6586d8cc7a282811d75a5dfed475c50715 /math | |
parent | c093b67f1cf86569a8e67711804514cf5f3df223 (diff) | |
download | ports-86b20fc1ceb7fd99c788dedcaf8e53b20216f9b9.tar.gz ports-86b20fc1ceb7fd99c788dedcaf8e53b20216f9b9.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-gsl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index cc5c5e8e9ded..81062fd728ec 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -18,6 +18,8 @@ COMMENT= A Ruby extension library for GSL (GNU Scientific Library) LIB_DEPENDS= gsl.5:${.CURDIR}/../gsl +BROKEN= Does not compile + USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb |