pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/groff groff: Now requires yacc due to ypp patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab1324fa4d5f
branches:  trunk
changeset: 414875:ab1324fa4d5f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Apr 03 19:47:00 2020 +0000

description:
groff: Now requires yacc due to ypp patch.

diffstat:

 textproc/groff/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b2fea222e68 -r ab1324fa4d5f textproc/groff/Makefile
--- a/textproc/groff/Makefile   Fri Apr 03 16:40:14 2020 +0000
+++ b/textproc/groff/Makefile   Fri Apr 03 19:47:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2020/01/18 23:35:26 rillig Exp $
+# $NetBSD: Makefile,v 1.94 2020/04/03 19:47:00 jperkin Exp $
 
 DISTNAME=      groff-1.22.4
 PKGREVISION=   2
@@ -22,7 +22,7 @@
 GNU_CONFIGURE=         YES
 CONFIGURE_ENV+=                PERLPATH=${PERL5:Q}
 TEXINFO_REQD+=         4.8
-USE_TOOLS+=            perl sed:run awk:run gmake makeinfo
+USE_TOOLS+=            perl sed:run awk:run gmake makeinfo yacc
 EXTRACT_USING=         bsdtar
 USE_FEATURES=          getopt_long
 CONFIGURE_ARGS+=       --with-urw-fonts-dir=${PREFIX}/share/fonts/urw



Home | Main Index | Thread Index | Old Index