diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-29 21:38:41 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-29 21:38:41 +0000 |
commit | adec4b87b54c0acc6a4258a99cb5dd0c1236455e (patch) | |
tree | b88431f2ee100f443652c54cda6739f864a4ec33 /lang | |
parent | Uh oh, the PKGNAME of lang/ruby-devel was bogus... Sorry. (diff) |
It's not my day... Fix typo and unbreak.
Notes
Notes:
svn path=/head/; revision=43290
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby16/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby18/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/ruby-devel/Makefile b/lang/ruby-devel/Makefile index 5dba09de51d7..912596b56963 100644 --- a/lang/ruby-devel/Makefile +++ b/lang/ruby-devel/Makefile @@ -34,7 +34,7 @@ MAN1= ruby${_RUBY_SUFFIX}.1 MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1 .if !defined(WITH_LIBC_R) -CONFIGURE_ARGS+= --with_libc_r=no +CONFIGURE_ARGS+= --with-libc_r=no .endif .include <bsd.port.pre.mk> diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index bf2009bd1602..227025d4a8c6 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -32,7 +32,7 @@ MAN1= ruby${_RUBY_SUFFIX}.1 MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1 .if !defined(WITH_LIBC_R) -CONFIGURE_ARGS+= --with_libc_r=no +CONFIGURE_ARGS+= --with-libc_r=no .endif .include <bsd.port.pre.mk> diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index bf2009bd1602..227025d4a8c6 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -32,7 +32,7 @@ MAN1= ruby${_RUBY_SUFFIX}.1 MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1 .if !defined(WITH_LIBC_R) -CONFIGURE_ARGS+= --with_libc_r=no +CONFIGURE_ARGS+= --with-libc_r=no .endif .include <bsd.port.pre.mk> diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 5dba09de51d7..912596b56963 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -34,7 +34,7 @@ MAN1= ruby${_RUBY_SUFFIX}.1 MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1 .if !defined(WITH_LIBC_R) -CONFIGURE_ARGS+= --with_libc_r=no +CONFIGURE_ARGS+= --with-libc_r=no .endif .include <bsd.port.pre.mk> |