diff options
author | grant <grant@pkgsrc.org> | 2005-07-06 07:41:03 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-06 07:41:03 +0000 |
commit | fe4479eced61c8bb49870309083227b339c81496 (patch) | |
tree | 66725844e13c77bda71496a5166a1e16a995e665 /misc | |
parent | 98c944028b401d7b11c3336d1c4937d6abd36c49 (diff) | |
download | pkgsrc-fe4479eced61c8bb49870309083227b339c81496.tar.gz |
this pkg needs flex to build.
Diffstat (limited to 'misc')
-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 |