1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Fix a likely typo

Submitted by:	Alex Kozlov
This commit is contained in:
Eitan Adler 2012-02-08 13:52:25 +00:00
parent 48bbd15b98
commit a066a1dc20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290716

View File

@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --without-ruby
PLIST_SUB+= BINDING_RUBY="@comment "
.else
CONFIGURE_ARGS+= --with-ruby
USE_RUBY_RDOCS= no
USE_RUBY_RDOC= no
PLIST_SUB+= BINDING_RUBY=""
USE_RUBY= yes
.endif