diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-31 14:43:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-31 14:43:14 +0000 |
commit | ec5ce56d5e0e138106a203984345e593a067d3be (patch) | |
tree | e83069fee8a081f3febd72bb415ec0e2ddcdb815 | |
parent | eb34d27b4510fd3f4847a8c53024468dfb446285 (diff) | |
download | pkgsrc-ec5ce56d5e0e138106a203984345e593a067d3be.tar.gz |
textproc/groonga: remove unknown configure option
-rw-r--r-- | textproc/groonga/options.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/groonga/options.mk b/textproc/groonga/options.mk index ec358e28a42..429fdb8add3 100644 --- a/textproc/groonga/options.mk +++ b/textproc/groonga/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.18 2017/08/29 12:54:47 fhajny Exp $ +# $NetBSD: options.mk,v 1.19 2020/05/31 14:43:14 rillig Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.groonga @@ -20,12 +20,9 @@ CONFIGURE_ARGS+= --without-mecab .endif .if !empty(PKG_OPTIONS:Mtests) -CONFIGURE_ARGS+= --with-cutter TEST_TARGET= check BUILDLINK_API_DEPENDS.cutter+= cutter>=1.1.6 .include "../../devel/cutter/buildlink3.mk" -.else -CONFIGURE_ARGS+= --without-cutter .endif .if !empty(PKG_OPTIONS:Mzlib) |