diff options
author | minskim <minskim> | 2006-06-08 15:31:24 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-08 15:31:24 +0000 |
commit | ed1c9f603c9be12a531944430016fd3d6b28a5d2 (patch) | |
tree | 3d7d989eba09f91e82c1e7635a7bb55df840aa13 /devel/libjit | |
parent | 4b60e63486ba50f07e7b97cce0cbcfbcb90c17e0 (diff) | |
download | pkgsrc-ed1c9f603c9be12a531944430016fd3d6b28a5d2.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'devel/libjit')
-rw-r--r-- | devel/libjit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libjit/Makefile b/devel/libjit/Makefile index f767b8c0221..7b745a364ce 100644 --- a/devel/libjit/Makefile +++ b/devel/libjit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/06 14:56:51 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/08 15:31:24 minskim Exp $ # DISTNAME= libjit-0.0.4 @@ -12,7 +12,7 @@ COMMENT= Just-In-Time compilation functionality USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake makeinfo +USE_TOOLS+= gmake lex makeinfo GNU_CONFIGURE= yes INFO_FILES= # PLIST |