diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-05 16:28:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-05 16:28:45 +0000 |
commit | 870792f95db0e258d867a6d8625f523680e961f1 (patch) | |
tree | 987a1051cb9e9ac299a8c2a02802964294c5c5dc /security/heimdal/Makefile | |
parent | 1f1ed527dd2ed8b4918c9fc7b5214483fc551ec1 (diff) | |
download | pkgsrc-870792f95db0e258d867a6d8625f523680e961f1.tar.gz |
It's PKG_OPTIONS.heimdal, not PKG_OPTIONS.mit-krb5.
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index a79ee8d8778..df8f17255aa 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/07/30 21:05:42 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/08/05 16:28:45 jlam Exp $ DISTNAME= heimdal-0.6.1 PKGREVISION= 1 @@ -39,12 +39,12 @@ CONFIGURE_ARGS+= --with-openssl=${SSLBASE} # Global and legacy options .if defined(USE_DB4) || defined(KERBEROS_PREFIX_CMDS) -. if !defined(PKG_OPTIONS.mit-krb5) +. if !defined(PKG_OPTIONS.heimdal) . if defined(USE_DB4) && !empty(USE_DB4:M[yY][eE][sS]) -PKG_OPTIONS.mit-krb5+= db4 +PKG_OPTIONS.heimdal+= db4 . endif . if defined(KERBEROS_PREFIX_CMDS) && !empty(KERBEROS_PREFIX_CMDS:M[yY][eE][sS]) -PKG_OPTIONS.mit-krb5+= prefix-cmds +PKG_OPTIONS.heimdal+= prefix-cmds . endif . endif .endif |