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 | 3d942271743f79318cd32eb24984af8ccd144d2c (patch) | |
tree | 38dc1207c62bd90355ae2befa8c3c7240410714b | |
parent | eb20da550706a38a8597f8ba4590aa1c1643f40c (diff) | |
download | pkgsrc-3d942271743f79318cd32eb24984af8ccd144d2c.tar.gz |
set PKG_SUGGESTED_OPTIONS, not PKG_DEFAULT_OPTIONS
-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) |