diff options
-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} |