From 3073b3a0e86c228fb4398f57e951c1337f49f59c Mon Sep 17 00:00:00 2001 From: Kevin Bowling Date: Thu, 16 Sep 2021 02:25:09 -0700 Subject: [PATCH] news/inn: Fix SQLite ovdb OPTION in inn-current Fixes: 4e605de90a42 --- news/inn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/inn/Makefile b/news/inn/Makefile index 0ca43367ff6e..26a70cf1137a 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -42,7 +42,7 @@ GNUPG_DESC= GnuPG support (for pgpverify control message) UUCP_RNEWS_DESC= Install rnews suitable for use with net/freebsd-uucp SETGID_INEWS_DESC= Enable posting articles locally for all users -.if ${BRANCH:U} == CURRENT +.if ${BRANCH:U} == 2.7 OPTIONS_DEFINE+= SQLITE OPTIONS_DEFAULT+= SQLITE SQLITE_DESC= Enable SQLite (for ovsqlite overview method)