summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-05 20:04:42 +0000
committerjlam <jlam>2008-03-05 20:04:42 +0000
commitefe5cfb6b94698654d302c323c208448b7bf0462 (patch)
tree7ff202e1c9221f21a8e56782c11407fc43eae52b /x11
parent602fbb4b298f38a56b5591895516079607fe2948 (diff)
downloadpkgsrc-efe5cfb6b94698654d302c323c208448b7bf0462.tar.gz
+ Include termcap.buildlink3.mk to pull in the correct library to
provide tgetent(). Bump the PKGREVISION to 1.
Diffstat (limited to 'x11')
-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"