diff options
author | abs <abs@pkgsrc.org> | 2005-08-22 10:20:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-08-22 10:20:33 +0000 |
commit | 937bd80bc8fdb4147e2347378c71a345df564d8b (patch) | |
tree | c6f4e28f120abfbec9bb36ac281fcbab8e7829e5 /security/sudo | |
parent | 7987ef879fe5e0fc4a83119828ac997e7b78d918 (diff) | |
download | pkgsrc-937bd80bc8fdb4147e2347378c71a345df564d8b.tar.gz |
check for /usr/include/skey.h on NetBSD - in case dist with MKSKEY=no
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/options.mk b/security/sudo/options.mk index 66a279dd076..11d24ef1750 100644 --- a/security/sudo/options.mk +++ b/security/sudo/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.9 2005/06/22 10:30:12 taca Exp $ +# $NetBSD: options.mk,v 1.10 2005/08/22 10:20:33 abs Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.sudo PKG_SUPPORTED_OPTIONS= pam kerberos ldap skey -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} == "NetBSD" && exists(/usr/include/skey.h) PKG_SUGGESTED_OPTIONS= skey .endif |