pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/tcsh Catch up with rename of termlib.* to termc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f09d12f7b76f
branches:  trunk
changeset: 539184:f09d12f7b76f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Feb 29 22:42:02 2008 +0000

description:
Catch up with rename of termlib.* to termcap.*.

diffstat:

 shells/tcsh/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r df625d6a4835 -r f09d12f7b76f shells/tcsh/Makefile
--- a/shells/tcsh/Makefile      Fri Feb 29 22:41:13 2008 +0000
+++ b/shells/tcsh/Makefile      Fri Feb 29 22:42:02 2008 +0000
@@ -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 @@
 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 @@
            done;                                                       \
        fi
 
-.include "../../mk/termlib.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index