diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-09 16:05:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-09 16:05:11 +0000 |
commit | ac82fbec6352b2d53d5d97b8c595c23feddb89e2 (patch) | |
tree | 1421d9efa257c7174d8bee7b4abf21fb5d4d022b /sysutils/fatback | |
parent | 051d52ca9c37d012afd0a56b534cafa604aa06fb (diff) | |
download | pkgsrc-ac82fbec6352b2d53d5d97b8c595c23feddb89e2.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'sysutils/fatback')
-rw-r--r-- | sysutils/fatback/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index 6a55749757d..f412eee0391 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/02 16:47:39 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/09 16:07:38 minskim Exp $ DISTNAME= fatback-1.3 PKGREVISION= 1 @@ -13,5 +13,6 @@ GNU_CONFIGURE= yes INFO_FILES= # PLIST USE_LANGUAGES= c c++ +USE_TOOLS+= lex .include "../../mk/bsd.pkg.mk" |