summaryrefslogtreecommitdiff
path: root/misc/fbreader
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 17:04:19 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 17:04:19 +0000
commit575e1746162afa0bdf65141775da50fd5ae1f6e6 (patch)
treeb731aa7ec36381a5bf4b7c0c43332950fe0b1ed0 /misc/fbreader
parent41e26064d0211e40509252cb590013faf4ba0836 (diff)
downloadpkgsrc-575e1746162afa0bdf65141775da50fd5ae1f6e6.tar.gz
misc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'misc/fbreader')
-rw-r--r--misc/fbreader/options.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/fbreader/options.mk b/misc/fbreader/options.mk
index a9032998600..2b6d953ef54 100644
--- a/misc/fbreader/options.mk
+++ b/misc/fbreader/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2017/09/26 09:43:28 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2019/11/03 17:04:21 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.fbreader
+PKG_OPTIONS_VAR= PKG_OPTIONS.fbreader
PKG_OPTIONS_REQUIRED_GROUPS= gui
-PKG_OPTIONS_GROUP.gui= gtk2 qt4
-PKG_SUPPORTED_OPTIONS= debug
-PKG_SUGGESTED_OPTIONS= qt4
+PKG_OPTIONS_GROUP.gui= gtk2 qt4
+PKG_SUPPORTED_OPTIONS= debug
+PKG_SUGGESTED_OPTIONS= qt4
.include "../../mk/bsd.options.mk"