diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2016-02-07 20:34:54 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2016-02-07 20:34:54 +0000 |
commit | e39c6c8eede788b0351c9c4f2f69bfa8694dcf49 (patch) | |
tree | 4fd78c41a961bf947dbf3b55b947ff6c134bd5f3 /net | |
parent | 4f7e248f63edc4566ef5a701d361cedd3dc77025 (diff) | |
download | pkgsrc-e39c6c8eede788b0351c9c4f2f69bfa8694dcf49.tar.gz |
make it work where Kerberos does not live in.
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk30/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk30/options.mk b/net/netatalk30/options.mk index 2c9871da04d..5714cea3660 100644 --- a/net/netatalk30/options.mk +++ b/net/netatalk30/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2014/06/18 09:26:10 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2016/02/07 20:34:54 szptvlfn Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.netatalk PKG_SUPPORTED_OPTIONS= cups debug dnssd kerberos ldap pam @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-gssapi --enable-krbV-uam CONFIGURE_ENV+= GSSAPI_LIBS="-lkrb5 -lroken -lasn1 -lcrypto -lcom_err" PLIST.gssapi= yes .else -CONFIGURE_ARGS+= --without-gssapi +CONFIGURE_ARGS+= --without-kerberos .endif .if !empty(PKG_OPTIONS:Mldap) |