summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-11-27 17:50:20 +0000
committerwiz <wiz>2002-11-27 17:50:20 +0000
commit7a1eebd6b820aaa1952b4b3fa798e0bda6f28362 (patch)
treec823a990e2027c09a0baa1d4b84763e863d9e903
parent58296ea3e980f74f77d27c141f99295666a14916 (diff)
downloadpkgsrc-7a1eebd6b820aaa1952b4b3fa798e0bda6f28362.tar.gz
According to a mail from Alan Post on tech-pkg on 2002/11/27,
this package needs a newer makeinfo to compile, so let it demand 4.2.
-rw-r--r--devel/cvs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index 69f1d1caed8..95d68accc77 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2002/11/24 21:31:20 hubertf Exp $
+# $NetBSD: Makefile,v 1.54 2002/11/27 17:50:20 wiz Exp $
#
DISTNAME= cvs-1.11.2
@@ -43,6 +43,7 @@ pre-fetch:
CONFIGURE_ENV+= perl_path=${PERL5}
INFO_FILES= cvs.info cvsclient.info
+TEXINFO_REQD?= 4.2
TEXINFO_OVERRIDE= YES
.include "../../devel/zlib/buildlink2.mk"