diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-08 21:52:25 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-08 21:52:25 +0800 |
commit | d5d197e5d1b3f250517dcf940946e70df2ca9c20 (patch) | |
tree | 2a4455b8302a38817617aae8e6b14c66acfbea62 /databases/xapian-bindings | |
parent | f734c3038bf5dec18494fd40d2b08e7aa7dd48a0 (diff) | |
download | freebsd-ports-gnome-d5d197e5d1b3f250517dcf940946e70df2ca9c20.tar.gz freebsd-ports-gnome-d5d197e5d1b3f250517dcf940946e70df2ca9c20.tar.zst freebsd-ports-gnome-d5d197e5d1b3f250517dcf940946e70df2ca9c20.zip |
Fix a likely typo
Submitted by: Alex Kozlov
Diffstat (limited to 'databases/xapian-bindings')
-rw-r--r-- | databases/xapian-bindings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 740444c3039c..1461bd90af50 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -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 |