diff options
Diffstat (limited to 'sysutils/fatback/Makefile')
-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" |