Wed Mar 5 20:04:42 2008 UTC ()
+ Include termcap.buildlink3.mk to pull in the correct library to
  provide tgetent().

Bump the PKGREVISION to 1.


(jlam)
diff -r1.39 -r1.40 pkgsrc/x11/xterm/Makefile

cvs diff -r1.39 -r1.40 pkgsrc/x11/xterm/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xterm/Makefile 2008/01/25 18:21:18 1.39
+++ pkgsrc/x11/xterm/Makefile 2008/03/05 20:04:42 1.40
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.39 2008/01/25 18:21:18 bjs Exp $ 1# $NetBSD: Makefile,v 1.40 2008/03/05 20:04:42 jlam Exp $
2 2
3DISTNAME= xterm-231 3DISTNAME= xterm-231
 4PKGREVISION= 1
4CATEGORIES= x11 5CATEGORIES= x11
5MASTER_SITES= ftp://invisible-island.net/xterm/ 6MASTER_SITES= ftp://invisible-island.net/xterm/
6EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://dickey.his.com/xterm/xterm.html 10HOMEPAGE= http://dickey.his.com/xterm/xterm.html
10COMMENT= Latest terminal emulator for the X Window System 11COMMENT= Latest terminal emulator for the X Window System
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
15USE_DIRS+= xdg-1.4 16USE_DIRS+= xdg-1.4
16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 17WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -30,14 +31,15 @@ CONFIGURE_ARGS+= --enable-wide-chars @@ -30,14 +31,15 @@ CONFIGURE_ARGS+= --enable-wide-chars
30.if ${OPSYS} == "DragonFly" 31.if ${OPSYS} == "DragonFly"
31CONFIGURE_ARGS+= --with-setuid 32CONFIGURE_ARGS+= --with-setuid
32.endif 33.endif
33 34
34.include "../../x11/libX11/buildlink3.mk" 35.include "../../x11/libX11/buildlink3.mk"
35.include "../../x11/libXaw/buildlink3.mk" 36.include "../../x11/libXaw/buildlink3.mk"
36.include "../../x11/libXt/buildlink3.mk" 37.include "../../x11/libXt/buildlink3.mk"
37### 38###
38### For detection of XKB bell extension. 39### For detection of XKB bell extension.
39### 40###
40BUILDLINK_DEPMETHOD.libxkbfile?= build 41BUILDLINK_DEPMETHOD.libxkbfile?= build
41.include "../../x11/libxkbfile/buildlink3.mk" 42.include "../../x11/libxkbfile/buildlink3.mk"
42 43
 44.include "../../mk/termcap.buildlink3.mk"
43.include "../../mk/bsd.pkg.mk" 45.include "../../mk/bsd.pkg.mk"