summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-06-07 06:27:52 +0000
committerrillig <rillig@pkgsrc.org>2020-06-07 06:27:52 +0000
commitf36d00fc88b8e87c517867546431db1a95bf0442 (patch)
tree7d2ad4a4920bcfdbab83f23c4d1649851494fa98 /security/openssh
parent2cfceb7516b085171d55c74b4718841efd542bad (diff)
downloadpkgsrc-f36d00fc88b8e87c517867546431db1a95bf0442.tar.gz
security/openssh: remove unknown configure option
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index f318b2959a6..e43f9dd13ef 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.265 2020/05/27 13:49:27 sevan Exp $
+# $NetBSD: Makefile,v 1.266 2020/06/07 06:27:52 rillig Exp $
DISTNAME= openssh-8.3p1
PKGNAME= ${DISTNAME:S/p1/.1/}
@@ -71,9 +71,6 @@ CONFIGURE_ENV+= LD=${CC:Q}
# Enable S/Key support on NetBSD, Darwin, and Solaris.
.if (${OPSYS} == "NetBSD") || (${OPSYS} == "Darwin") || (${OPSYS} == "SunOS")
. include "../../security/skey/buildlink3.mk"
-CONFIGURE_ARGS+= --with-skey=${BUILDLINK_PREFIX.skey}
-.else
-CONFIGURE_ARGS+= --without-skey
.endif
.if (${OPSYS} == "NetBSD")