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/ruby-gsl | |
parent | BROKEN: Does not compile (diff) |
BROKEN: Does not compile
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Diffstat (limited to 'math/ruby-gsl')
-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 |