From f36e7df83df75bceb67ef43633302348a0b9cffc Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 6 Jul 2005 07:41:03 +0000 Subject: this pkg needs flex to build. --- misc/jive/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/jive/Makefile b/misc/jive/Makefile index b68449774ce..bc569887ec8 100644 --- a/misc/jive/Makefile +++ b/misc/jive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:22 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/06 07:41:03 grant Exp $ DISTNAME= jive-1.1 CATEGORIES= misc @@ -10,6 +10,8 @@ COMMENT= Filter that converts English text to Jive WRKSRC= ${WRKDIR}/jive INSTALLATION_DIRS= bin man/man1 +USE_TOOLS+= flex + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jive ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/jive.1 ${PREFIX}/man/man1 -- cgit v1.2.3