From 5603ef985397999d04ebbdd78a7c21ca004a70f0 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 29 Feb 2008 22:41:13 +0000 Subject: Rename termlib.* to termcap.* to better document exactly what packages are trying to use (the termcap t*() API). --- security/heimdal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/heimdal') diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 5528cda621f..3fff4e2f261 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2008/02/28 08:14:41 jlam Exp $ +# $NetBSD: Makefile,v 1.66 2008/02/29 22:41:13 jlam Exp $ DISTNAME= heimdal-1.1 CATEGORIES= security @@ -50,7 +50,7 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_vis_h=no # . Also force the configure script to use the terminal # library needed by the readline library. # -CONFIGURE_ENV+= ac_cv_funclib_tgetent=${BUILDLINK_LDADD.termlib:Q} +CONFIGURE_ENV+= ac_cv_funclib_tgetent=${BUILDLINK_LDADD.termcap:Q} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline -- cgit v1.2.3