pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/openssh
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Nov 6 10:21:09 UTC 2023
Modified Files:
pkgsrc/security/openssh: options.mk
Log Message:
openssh: Use OPSYSVARS.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/openssh/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/openssh/options.mk
diff -u pkgsrc/security/openssh/options.mk:1.42 pkgsrc/security/openssh/options.mk:1.43
--- pkgsrc/security/openssh/options.mk:1.42 Mon Nov 6 10:11:34 2023
+++ pkgsrc/security/openssh/options.mk Mon Nov 6 10:21:09 2023
@@ -1,17 +1,11 @@
-# $NetBSD: options.mk,v 1.42 2023/11/06 10:11:34 wiz Exp $
+# $NetBSD: options.mk,v 1.43 2023/11/06 10:21:09 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssh
PKG_SUPPORTED_OPTIONS= editline fido kerberos openssl pam legacymodsz
PKG_SUGGESTED_OPTIONS= editline openssl
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-PKG_SUGGESTED_OPTIONS+= fido pam
-.endif
-.if ${OPSYS} == "Darwin"
-PKG_SUGGESTED_OPTIONS+= fido
-.endif
+PKG_SUGGESTED_OPTIONS.Darwin+= fido
+PKG_SUGGESTED_OPTIONS.NetBSD+= fido pam
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index