Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.1.1.1 2009/01/04 01:05:46 adrianp Exp $
# $NetBSD: options.mk,v 1.2 2015/11/07 20:28:30 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ctrlproxy
PKG_SUPPORTED_OPTIONS= ssl
PKG_SUPPORTED_OPTIONS= ssl gssapi
.include "../../mk/bsd.options.mk"
@@ -12,3 +12,9 @@ PKG_SUPPORTED_OPTIONS= ssl
.if !empty(PKG_OPTIONS:Mssl)
.include "../../security/gnutls/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mgssapi)
.include "../../mk/krb5.buildlink3.mk"
.else
CONFIGURE_ARGS+= ac_cv_path_KRB5_CONFIG="no"
.endif