Use PKG_SUGGESTED_OPTIONS, not PKG_SUPPORTED_OPTIONS
This commit is contained in:
parent
932d1e483a
commit
5d165b1a09
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: options.mk,v 1.2 2005/06/01 14:05:03 dillo Exp $
|
||||
# $NetBSD: options.mk,v 1.3 2005/06/01 14:06:50 wiz Exp $
|
||||
#
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.lftp
|
||||
PKG_SUPPORTED_OPTIONS= gnutls ssl
|
||||
PKG_SUPPORTED_OPTIONS= gnutls
|
||||
PKG_SUGGESTED_OPTIONS= gnutls
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mgnutls) && !empty(PKG_OPTIONS:Mssl)
|
||||
|
|
Loading…
Reference in a new issue