pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
grafana: clean up if statement
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Thu Aug 20 11:13:25 2026 +0200
Changeset: 8360ddbbb91ab70dfd8411167b2431eaf354fbe2
Modified Files:
grafana/options.mk
Log Message:
grafana: clean up if statement
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8360ddbbb91ab70dfd8411167b2431eaf354fbe2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
grafana/options.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diffs:
diff --git a/grafana/options.mk b/grafana/options.mk
index 6c3b89f205..3442c205ab 100644
--- a/grafana/options.mk
+++ b/grafana/options.mk
@@ -14,8 +14,7 @@ PKG_SUGGESTED_OPTIONS= sqlite3
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Msqlite3)
-.else
+.if empty(PKG_OPTIONS:Msqlite3)
pre-configure: disable-sqlite3
.PHONY: disable-sqlite3
disable-sqlite3:
Home |
Main Index |
Thread Index |
Old Index