aboutsummaryrefslogtreecommitdiff
path: root/security/putty
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-20 15:33:20 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-20 15:33:20 +0000
commite50dc2a33659f6b4119906eca4efb0e803b64bfb (patch)
treed74ba65fed8db0fd098d71428aebd9af6e665d09 /security/putty
parent699288db85300808717293ff894f66a1b6091b29 (diff)
Notes
Diffstat (limited to 'security/putty')
-rw-r--r--security/putty/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile
index 852ecb87982a..472f5f4bfad3 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -44,7 +44,7 @@ MAKE_ARGS+= GTK_CONFIG=:
.if ${PORT_OPTIONS:MGSSAPI}
_COMPAT= -DSTATIC_GSSAPI
USES+= gssapi:base,flags
-MAKE_ARGS+= KRB5CONFIG=$(KRB5CONFIG)
+MAKE_ARGS+= KRB5CONFIG=${KRB5CONFIG}
.else
_COMPAT= -DNO_GSSAPI
.endif