summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-03-05 22:26:46 +0000
committerjlam <jlam@pkgsrc.org>2008-03-05 22:26:46 +0000
commit46bddb5e8af9e7675419227972e87096d2f2c38f (patch)
tree8aa4802b01f7af19faf7e701e164ae92435b343a /devel/gtexinfo/Makefile
parent8294cdcc959bd05a8deee744e1023dcb2e5cee30 (diff)
downloadpkgsrc-46bddb5e8af9e7675419227972e87096d2f2c38f.tar.gz
+ Include termcap.buildlink3.mk instead of curses.buildlink3.mk because
gtexinfo only needs the t*() termcap functions (info/terminal.c). + Drop patch-ad. The custom termcap code it added is now automatically handled by termcap.buildlink3.mk. Also the modification to the function signature for output_character_function is wrong -- tputs does expect "int (*)(int)". Bump the PKGREVISION to 1.
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r--devel/gtexinfo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile
index 65c7f077b7b..3584a0a48b2 100644
--- a/devel/gtexinfo/Makefile
+++ b/devel/gtexinfo/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2008/01/30 08:19:24 obache Exp $
+# $NetBSD: Makefile,v 1.70 2008/03/05 22:26:46 jlam Exp $
DISTNAME= texinfo-4.11
PKGNAME= g${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
EXTRACT_SUFX= .tar.bz2
@@ -35,7 +36,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.locale
CONFIGURE_ARGS+= --disable-nls
.endif
-.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
# This need to be defined here to override the setting in texinfo.mk