pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xterm + Include termcap.buildlink3.mk to pull in t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d38f93a2fb17
branches:  trunk
changeset: 539441:d38f93a2fb17
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 05 20:04:42 2008 +0000

description:
+ Include termcap.buildlink3.mk to pull in the correct library to
  provide tgetent().

Bump the PKGREVISION to 1.

diffstat:

 x11/xterm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a8bc3b66dc1d -r d38f93a2fb17 x11/xterm/Makefile
--- a/x11/xterm/Makefile        Wed Mar 05 19:12:16 2008 +0000
+++ b/x11/xterm/Makefile        Wed Mar 05 20:04:42 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2008/01/25 18:21:18 bjs Exp $
+# $NetBSD: Makefile,v 1.40 2008/03/05 20:04:42 jlam Exp $
 
 DISTNAME=      xterm-231
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ftp://invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
@@ -40,4 +41,5 @@
 BUILDLINK_DEPMETHOD.libxkbfile?=       build
 .include "../../x11/libxkbfile/buildlink3.mk"
 
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index