pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nvi



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 16:29:54 UTC 2020

Modified Files:
        pkgsrc/editors/nvi: Makefile

Log Message:
editors/nvi: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/editors/nvi/Makefile

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

Modified files:

Index: pkgsrc/editors/nvi/Makefile
diff -u pkgsrc/editors/nvi/Makefile:1.54 pkgsrc/editors/nvi/Makefile:1.55
--- pkgsrc/editors/nvi/Makefile:1.54    Sun May 24 05:22:01 2020
+++ pkgsrc/editors/nvi/Makefile Sun May 31 16:29:54 2020
@@ -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 @@ LDFLAGS+=             -flat_namespace
 
 # 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