diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-07 21:11:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-07 21:11:55 +0000 |
commit | ec7b6d95b06747214334c8903ea6da3a3e7d6b7f (patch) | |
tree | 875f7b9cf8f784b506efac6f8e05f6a4bc03326d /print | |
parent | a19cb70adb2b98ee7d78a2c332638893aa2d21db (diff) | |
download | pkgsrc-ec7b6d95b06747214334c8903ea6da3a3e7d6b7f.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index fc8239fe536..07630ce350d 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/05/06 03:41:22 reed Exp $ +# $NetBSD: Makefile,v 1.65 2006/06/07 21:11:55 minskim Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 @@ -21,7 +21,7 @@ STRIP= # empty USE_LIBTOOL= yes CFLAGS.Darwin+= -flat_namespace -USE_TOOLS+= file:run gmake mktemp:run perl:run +USE_TOOLS+= file:run gmake lex mktemp:run perl:run CONFIGURE_ENV+= file_prog=${FILE_CMD:Q} USE_PKGLOCALEDIR= YES |