diff options
Diffstat (limited to 'security/mit-krb5/Makefile')
-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 |