diff options
author | wiz <wiz> | 2003-08-01 18:12:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-08-01 18:12:10 +0000 |
commit | 2ec183da279ec4592c9db721a1f7ba3c56a7b2a1 (patch) | |
tree | cac05fcfbf19cc07417733db840642835c0adc4e /www/bkedit | |
parent | e807b9aead0f6e5ff178f23356aab0554e51d656 (diff) | |
download | pkgsrc-2ec183da279ec4592c9db721a1f7ba3c56a7b2a1.tar.gz |
Add build dependency on bison. Noted missing by bulk build.
Diffstat (limited to 'www/bkedit')
-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} |