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 | 9fc27bce3871ac524ebba602e2a74d700771245f (patch) | |
tree | 6f45c2f6119b7577dd076b15235db0958047c511 /textproc | |
parent | 9f0ae31d4ce2edeaa813f51cd44156a6725907a8 (diff) | |
download | pkgsrc-9fc27bce3871ac524ebba602e2a74d700771245f.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: |