summaryrefslogtreecommitdiff
path: root/x11/xterm
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-05 20:04:42 +0000
committerjlam <jlam>2008-03-05 20:04:42 +0000
commit488142ca82ebc5fba976bc0b4811a092246268ff (patch)
tree7ff202e1c9221f21a8e56782c11407fc43eae52b /x11/xterm
parent0d82f59a111371d8bd5c53bab652c4dfb80d91d4 (diff)
downloadpkgsrc-488142ca82ebc5fba976bc0b4811a092246268ff.tar.gz
+ Include termcap.buildlink3.mk to pull in the correct library to
provide tgetent(). Bump the PKGREVISION to 1.
Diffstat (limited to 'x11/xterm')
-rw-r--r--x11/xterm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index 7665851d75a..1b2c84ebb12 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --with-setuid
BUILDLINK_DEPMETHOD.libxkbfile?= build
.include "../../x11/libxkbfile/buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"