aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2012-03-25 03:00:27 +0800
committerak <ak@FreeBSD.org>2012-03-25 03:00:27 +0800
commitccc66928a698a129f1a134d3cb1b69da062f8c8e (patch)
treec09a2925cfab0ed2f22526aac2063e73979a7822 /databases
parente1de35f9b6b5304612161101b80b1f56d2055525 (diff)
downloadfreebsd-ports-graphics-ccc66928a698a129f1a134d3cb1b69da062f8c8e.tar.gz
freebsd-ports-graphics-ccc66928a698a129f1a134d3cb1b69da062f8c8e.tar.zst
freebsd-ports-graphics-ccc66928a698a129f1a134d3cb1b69da062f8c8e.zip
Fix typo. USE_RUBY_RDOCS -> USE_RUBY_RDOC
Approved by: eadler (mentor) Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r--databases/xapian-bindings10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/xapian-bindings10/Makefile b/databases/xapian-bindings10/Makefile
index 08ef291395d..10cc5c691b3 100644
--- a/databases/xapian-bindings10/Makefile
+++ b/databases/xapian-bindings10/Makefile
@@ -49,7 +49,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