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 | 9df9170c2f33f425c97a39d8d74d2cbd89a11064 (patch) | |
tree | 66725844e13c77bda71496a5166a1e16a995e665 /misc | |
parent | dbeae63f535e95fd50beac15d64ec68d3e59dd80 (diff) | |
download | pkgsrc-9df9170c2f33f425c97a39d8d74d2cbd89a11064.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 |