diff options
author | grant <grant> | 2005-07-06 07:41:03 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-06 07:41:03 +0000 |
commit | f36e7df83df75bceb67ef43633302348a0b9cffc (patch) | |
tree | 66725844e13c77bda71496a5166a1e16a995e665 /misc/jive | |
parent | 9535abd32f81fd7ebfb766a91677947fee952b40 (diff) | |
download | pkgsrc-f36e7df83df75bceb67ef43633302348a0b9cffc.tar.gz |
this pkg needs flex to build.
Diffstat (limited to 'misc/jive')
-rw-r--r-- | misc/jive/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |