diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-26 16:23:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-26 16:23:36 +0000 |
commit | 1fa66e1731e1358facfa49c32dfe838d28b7ba38 (patch) | |
tree | 6f45c2f6119b7577dd076b15235db0958047c511 /textproc | |
parent | 1e837f5f6e2325c98de12553e11f37b4f2acfe7b (diff) | |
download | pkgsrc-1fa66e1731e1358facfa49c32dfe838d28b7ba38.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/glimpse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 4de0c3c5663..1cf3c0ec615 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/22 09:22:15 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2006/06/26 16:23:36 minskim Exp $ DISTNAME= glimpse-4.18.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ RESTRICTED= Restrictive copyright (don't sell for profit) NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -USE_TOOLS+= gmake +USE_TOOLS+= gmake lex GNU_CONFIGURE= yes post-install: |