diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-01 18:12:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-01 18:12:10 +0000 |
commit | b661f33780553051ce675df30f23a9258da33186 (patch) | |
tree | cac05fcfbf19cc07417733db840642835c0adc4e /www/bkedit/Makefile | |
parent | e1d6beafae7bf22d0e17b1a00b22fc65acf1e3de (diff) | |
download | pkgsrc-b661f33780553051ce675df30f23a9258da33186.tar.gz |
Add build dependency on bison. Noted missing by bulk build.
Diffstat (limited to 'www/bkedit/Makefile')
-rw-r--r-- | www/bkedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/bkedit/Makefile b/www/bkedit/Makefile index 5edde6f9006..b28461d5336 100644 --- a/www/bkedit/Makefile +++ b/www/bkedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 20:14:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/01 18:12:10 wiz Exp $ # DISTNAME= bk_edit-0.6.21 @@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www2.fht-esslingen.de/~clfuit00/sasnt/bk_edit/ COMMENT= Bookmark manager and editor +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison + USE_BUILDLINK2= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} |