diff options
author | jlam <jlam@pkgsrc.org> | 2005-04-14 23:07:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-04-14 23:07:55 +0000 |
commit | d2d9d446c5b6cf85c7f9ce542528ae6778c6a268 (patch) | |
tree | a0c16de2536f42f57c674d0f222be5bd1f25ad93 | |
parent | 41d0743afe74944f3fae8b58e21c3ab8bb62ba0a (diff) | |
download | pkgsrc-d2d9d446c5b6cf85c7f9ce542528ae6778c6a268.tar.gz |
Remove unused section... MIT krb5 apparently now detects NetBSD's utmpx
implementation correctly on NetBSD>=2.0.
-rw-r--r-- | security/mit-krb5/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 30f7cf7dd24..1ca68452380 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:13 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/04/14 23:07:55 jlam Exp $ DISTNAME= krb5-1.4 PKGNAME= mit-${DISTNAME:S/-signed$//} @@ -43,14 +43,6 @@ CONFIGURE_ARGS+= --without-krb4 CONFIGURE_ARGS+= --without-tcl MAKE_ENV+= ROOT_USER=${ROOT_USER} -# XXX Force using the BSD utmp interface on NetBSD until the configure -# XXX scripts can be taught how to properly detect our utmpx -# XXX implementation. -# -#.if ${OPSYS} == "NetBSD" -#CONFIGURE_ENV+= ac_cv_func_setutent=no -#.endif - .if defined(KERBEROS_PREFIX_CMDS) && !empty(KERBEROS_PREFIX_CMDS:M[yY][eE][sS]) PKG_DEFAULT_OPTIONS+= prefix-cmds .endif |