diff options
author | obache <obache@pkgsrc.org> | 2007-09-29 12:11:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-29 12:11:35 +0000 |
commit | 364b2ee90e1b651ec172f8e1fe32a12e619355b5 (patch) | |
tree | 177e7742b042e1caddd44a711d02f10a89a8b5cc /wm | |
parent | 50391ff5436f561f0d547de605adfc9527a336cc (diff) | |
download | pkgsrc-364b2ee90e1b651ec172f8e1fe32a12e619355b5.tar.gz |
Need lex, reported by Aleksey Cheusov in pkgsrc-users@.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/qvwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index da055c80a04..b2672f209c0 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/01/13 16:09:13 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2007/09/29 12:11:35 obache Exp $ # DISTNAME= qvwm-1.1.12 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.csg.is.titech.ac.jp/~kourai/qvwm/ COMMENT= Windows 95/98/NT like window manager for X11 GNU_CONFIGURE= yes -USE_TOOLS+= gmake rm +USE_TOOLS+= gmake rm lex CONFIGURE_ENV+= PATH_RM=${TOOLS_RM:Q} USE_LANGUAGES= c c++ |