diff options
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 95ba21c381a..ef25d742f9e 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2008/03/02 06:41:32 jlam Exp $ +# $NetBSD: Makefile,v 1.68 2008/03/04 22:37:46 jlam Exp $ DISTNAME= heimdal-1.1 CATEGORIES= security @@ -47,10 +47,8 @@ OPSYSVARS+= CONFIGURE_ENV CONFIGURE_ENV.SunOS+= ac_cv_header_vis_h=no # Heimdal's configure script expects to find the readline.h header as -# <readline.h>. Also force the configure script to use the terminal -# library needed by the readline library. +# <readline.h>. # -CONFIGURE_ENV+= ac_cv_funclib_tgetent=${BUILDLINK_LDADD.termcap:Q} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline |