diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-01 11:45:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-01 11:45:56 +0000 |
commit | fe6278675ca9b7a9504460d88d3ab99ae60f5950 (patch) | |
tree | 64a919cc372f008f6ba9751a9000f91361a48bfc /security | |
parent | 19360ac3ff47c662128df96b28c532df774a7b65 (diff) | |
download | pkgsrc-fe6278675ca9b7a9504460d88d3ab99ae60f5950.tar.gz |
Default to enabling ssl, like before.
Diffstat (limited to 'security')
-rw-r--r-- | security/tkpasman/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/tkpasman/options.mk b/security/tkpasman/options.mk index 39edea4db5d..e295dbacc4d 100644 --- a/security/tkpasman/options.mk +++ b/security/tkpasman/options.mk @@ -1,7 +1,9 @@ -# $NetBSD: options.mk,v 1.1 2005/08/01 11:45:19 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2005/08/01 11:45:56 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tkpasman PKG_SUPPORTED_OPTIONS= ssl +PKG_SUGGESTED_OPTIONS= ssl + # remove after pkgsrc-2005Q3 PKG_OPTIONS_LEGACY_VARS+= TKPASMAN_USE_SSL:ssl |