diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
commit | 5c11268df7a1edc65c6fe94d70f29b8e933390d7 (patch) | |
tree | 5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /security | |
parent | 8f3538025b0a3122c8d8e8a8234dfc4fb3109538 (diff) | |
download | pkgsrc-5c11268df7a1edc65c6fe94d70f29b8e933390d7.tar.gz |
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 4 | ||||
-rw-r--r-- | security/mit-krb5/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 000b88e6a17..8fd19489ecd 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/08/23 14:07:25 reed Exp $ +# $NetBSD: Makefile,v 1.43 2005/10/05 13:29:50 wiz Exp $ DISTNAME= heimdal-0.6.5 PKGREVISION= 2 @@ -44,8 +44,6 @@ USE_OLD_DES_API= yes PKG_OPTIONS_VAR= PKG_OPTIONS.heimdal PKG_SUPPORTED_OPTIONS= db4 ldap kerberos-prefix-cmds -PKG_OPTIONS_LEGACY_VARS+= KERBEROS_PREFIX_CMDS:kerberos-prefix-cmds -PKG_OPTIONS_LEGACY_OPTS+= prefix-cmds:kerberos-prefix-cmds .include "../../mk/bsd.options.mk" diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index b0ec052e6c7..c47301bf2be 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/09/22 19:45:42 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2005/10/05 13:29:51 wiz Exp $ DISTNAME= krb5-1.4.2 PKGNAME= mit-${DISTNAME:S/-signed$//} @@ -42,8 +42,6 @@ MAKE_ENV+= ROOT_USER=${ROOT_USER} PKG_OPTIONS_VAR= PKG_OPTIONS.mit-krb5 PKG_SUPPORTED_OPTIONS= kerberos-prefix-cmds -PKG_OPTIONS_LEGACY_VARS+= KERBEROS_PREFIX_CMDS:kerberos-prefix-cmds -PKG_OPTIONS_LEGACY_OPTS+= prefix-cmds:kerberos-prefix-cmds .include "../../mk/bsd.options.mk" |