summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-02-29 22:41:13 +0000
committerjlam <jlam@pkgsrc.org>2008-02-29 22:41:13 +0000
commit9d8755394f406bd276215434bfa51cf265528983 (patch)
tree4c09730700480e5537329192a8145629c5512c5e /security
parent8ed0c8a489ceca32f2b62b55b78aafe11ff03241 (diff)
downloadpkgsrc-9d8755394f406bd276215434bfa51cf265528983.tar.gz
Rename termlib.* to termcap.* to better document exactly what packages
are trying to use (the termcap t*() API).
Diffstat (limited to 'security')
-rw-r--r--security/heimdal/Makefile4
1 files changed, 2 insertions, 2 deletions
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
# <readline.h>. 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