diff options
author | rillig <rillig> | 2007-10-10 14:20:39 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-10-10 14:20:39 +0000 |
commit | 1dd622a099c6fce89f0c1badb589bca051d62beb (patch) | |
tree | a8670b0e6e42baeacd5865f80fc667c789663913 /graphics/plotutils | |
parent | d3869f2e41c0d5d3f433b6720ef3cb5ab5b08351 (diff) | |
download | pkgsrc-1dd622a099c6fce89f0c1badb589bca051d62beb.tar.gz |
Needs lex and yacc, as reported in PR 37097.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 524b01a5732..bbd36ff0b26 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -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 @@ CONFLICTS+= plotutils-nox11-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ +USE_TOOLS+= lex yacc INFO_FILES= # PLIST USE_LIBTOOL= YES |