diff options
author | dillo <dillo@pkgsrc.org> | 2005-06-01 14:05:03 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-06-01 14:05:03 +0000 |
commit | 080d5a3dc6859201fbadd3d4442d178ae7c61165 (patch) | |
tree | 38dc1207c62bd90355ae2befa8c3c7240410714b /net | |
parent | cd5fd0c8f465e62904c01f8f937dbd5bb334fc97 (diff) | |
download | pkgsrc-080d5a3dc6859201fbadd3d4442d178ae7c61165.tar.gz |
set PKG_SUGGESTED_OPTIONS, not PKG_DEFAULT_OPTIONS
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lftp/options.mk b/net/lftp/options.mk index 13f62dffcf3..9b12e19ad1a 100644 --- a/net/lftp/options.mk +++ b/net/lftp/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.1 2005/05/30 16:01:40 salo Exp $ +# $NetBSD: options.mk,v 1.2 2005/06/01 14:05:03 dillo Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.lftp PKG_SUPPORTED_OPTIONS= gnutls ssl -PKG_DEFAULT_OPTIONS= gnutls +PKG_SUPPORTED_OPTIONS= gnutls .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mgnutls) && !empty(PKG_OPTIONS:Mssl) |