pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/groff



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Apr  3 19:47:00 UTC 2020

Modified Files:
        pkgsrc/textproc/groff: Makefile

Log Message:
groff: Now requires yacc due to ypp patch.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/textproc/groff/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/groff/Makefile
diff -u pkgsrc/textproc/groff/Makefile:1.93 pkgsrc/textproc/groff/Makefile:1.94
--- pkgsrc/textproc/groff/Makefile:1.93 Sat Jan 18 23:35:26 2020
+++ pkgsrc/textproc/groff/Makefile      Fri Apr  3 19:47:00 2020
@@ -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 @@ USE_LANGUAGES=                c c++
 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