summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjlam <jlam>2008-02-29 22:42:02 +0000
committerjlam <jlam>2008-02-29 22:42:02 +0000
commit67eff030fa181df389369d0920a06ef62544214b (patch)
treeb029fdcb5dfc9da3f515dbd394a9fd4159501745 /shells
parent05936720dad08bf2ed3f1ce13c7fb38884f3d760 (diff)
downloadpkgsrc-67eff030fa181df389369d0920a06ef62544214b.tar.gz
Catch up with rename of termlib.* to termcap.*.
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index 6d10075ac96..43701ed430e 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2008/02/29 22:23:50 jlam Exp $
+# $NetBSD: Makefile,v 1.61 2008/02/29 22:42:02 jlam Exp $
#
DISTNAME= tcsh-6.15.00
@@ -30,7 +30,7 @@ OS_VER_cmd= ${ECHO} ${OS_VERSION} | ${SED} -e 's|5\.|2.|'
LOWER_OPSYS= solaris${OS_VER_cmd:sh}
.endif
-CONFIGURE_ENV+= ac_cv_search_tgetent=${BUILDLINK_LDADD.termlib:Q}
+CONFIGURE_ENV+= ac_cv_search_tgetent=${BUILDLINK_LDADD.termcap:Q}
PKG_SHELL?= bin/tcsh
@@ -89,5 +89,5 @@ post-install:
done; \
fi
-.include "../../mk/termlib.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"