pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/plotutils Needs lex and yacc, as reported in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a753ed65cc10
branches:  trunk
changeset: 533994:a753ed65cc10
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 10 14:20:39 2007 +0000

description:
Needs lex and yacc, as reported in PR 37097.

diffstat:

 graphics/plotutils/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 066199f83b28 -r a753ed65cc10 graphics/plotutils/Makefile
--- a/graphics/plotutils/Makefile       Wed Oct 10 14:10:15 2007 +0000
+++ b/graphics/plotutils/Makefile       Wed Oct 10 14:20:39 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2007/01/22 22:09:15 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2007/10/10 14:20:39 rillig Exp $
 #
 
 DISTNAME=              plotutils-2.4.1
@@ -15,6 +15,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LANGUAGES=         c c++
+USE_TOOLS+=            lex yacc
 
 INFO_FILES=            # PLIST
 USE_LIBTOOL=           YES



Home | Main Index | Thread Index | Old Index