summaryrefslogtreecommitdiff
path: root/security/honeyd/options.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:12:51 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:12:51 +0000
commit805b440f10356ac31240fdb9960107d1f547f52f (patch)
tree76544c2b719967417daf101900353fc02066f614 /security/honeyd/options.mk
parent1c44ec1b14eb5e1fcb019972f90d270ed64d21b1 (diff)
downloadpkgsrc-805b440f10356ac31240fdb9960107d1f547f52f.tar.gz
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'security/honeyd/options.mk')
-rw-r--r--security/honeyd/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/honeyd/options.mk b/security/honeyd/options.mk
index 9b9cc83397b..483ffab2886 100644
--- a/security/honeyd/options.mk
+++ b/security/honeyd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/12/05 20:50:56 rillig Exp $
+# $NetBSD: options.mk,v 1.4 2019/11/04 21:12:53 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.honeyd
PKG_SUPPORTED_OPTIONS= python rrdtool
@@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS= python rrdtool
### Add python support
###
.if !empty(PKG_OPTIONS:Mpython)
-. include "../../lang/python/extension.mk"
+. include "../../lang/python/extension.mk"
CONFIGURE_ENV+= _PATH_PYTHON=${PYTHONBIN:Q}
.else
CONFIGURE_ARGS+= --without-python
@@ -19,5 +19,5 @@ CONFIGURE_ARGS+= --without-python
### Add RRDTool support
###
.if !empty(PKG_OPTIONS:Mrrdtool)
-. include "../../databases/rrdtool/buildlink3.mk"
+. include "../../databases/rrdtool/buildlink3.mk"
.endif