pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/groonga



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 14:43:14 UTC 2020

Modified Files:
        pkgsrc/textproc/groonga: options.mk

Log Message:
textproc/groonga: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/groonga/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/groonga/options.mk
diff -u pkgsrc/textproc/groonga/options.mk:1.18 pkgsrc/textproc/groonga/options.mk:1.19
--- pkgsrc/textproc/groonga/options.mk:1.18     Tue Aug 29 12:54:47 2017
+++ pkgsrc/textproc/groonga/options.mk  Sun May 31 14:43:14 2020
@@ -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)



Home | Main Index | Thread Index | Old Index