diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-02 07:08:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-02 07:08:39 +0000 |
commit | 9b3c0a4b25accccc1c3dab0914763de4d84483c6 (patch) | |
tree | 7ddd4960d7a3758f8ca491d78cf22ae19ffeab1f /shells | |
parent | b25cd4ac3abf716e07021bfb4fabcf0997121078 (diff) | |
download | pkgsrc-9b3c0a4b25accccc1c3dab0914763de4d84483c6.tar.gz |
Remove unnecessary hack to force the configure script to use only our
termcap library -- revision 1.2 of termcap.buildlink3.mk already fixes
this issue.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 43701ed430e..8f20ae087c1 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2008/02/29 22:42:02 jlam Exp $ +# $NetBSD: Makefile,v 1.62 2008/03/02 07:08:39 jlam Exp $ # DISTNAME= tcsh-6.15.00 @@ -30,8 +30,6 @@ 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.termcap:Q} - PKG_SHELL?= bin/tcsh INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |