Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nvi editors/nvi: remove unknown configure option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25a3d5a976e0
branches:  trunk
changeset: 433189:25a3d5a976e0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 31 16:29:54 2020 +0000

description:
editors/nvi: remove unknown configure option

diffstat:

 editors/nvi/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2e800e854dd3 -r 25a3d5a976e0 editors/nvi/Makefile
--- a/editors/nvi/Makefile      Sun May 31 16:26:36 2020 +0000
+++ b/editors/nvi/Makefile      Sun May 31 16:29:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/05/24 05:22:01 nia Exp $
+# $NetBSD: Makefile,v 1.55 2020/05/31 16:29:54 rillig Exp $
 
 DISTNAME=      nvi-1.81.6
 PKGREVISION=   13
@@ -35,7 +35,6 @@
 
 # Use of db1 is not officially supported.
 BDB_ACCEPTED=          db3 db4
-CONFIGURE_ARGS+=       --with-db=system
 .include "../../mk/bdb.buildlink3.mk"
 .if ${BDB_TYPE} == "db1"
 CONFIGURE_ARGS+=       --with-db_type=db1



Home | Main Index | Thread Index | Old Index