pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/heirloom-doctools Needs lex and yacc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ff87de51761
branches:  trunk
changeset: 650394:4ff87de51761
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Apr 22 09:06:28 2015 +0000

description:
Needs lex and yacc.

diffstat:

 textproc/heirloom-doctools/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a4689726909c -r 4ff87de51761 textproc/heirloom-doctools/Makefile
--- a/textproc/heirloom-doctools/Makefile       Wed Apr 22 07:41:38 2015 +0000
+++ b/textproc/heirloom-doctools/Makefile       Wed Apr 22 09:06:28 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/04/09 09:35:05 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/22 09:06:28 jperkin Exp $
 
 V=             150406
 DISTNAME=      heirloom-doctools-${V}
@@ -12,6 +12,7 @@
 LICENSE=       cddl-1.0
 
 USE_LANGUAGES= c c++
+USE_TOOLS+=    lex yacc
 MAKE_JOBS_SAFE=        no
 
 MAKE_FLAGS =   CC="${CC}" \



Home | Main Index | Thread Index | Old Index