diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 02:25:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 02:25:37 +0000 |
commit | 3975188487b5aa673f0a8687435b6929cd043512 (patch) | |
tree | ae36cf28871e2f757ac60c7d790af99ae9531632 /www/bkedit | |
parent | 9851239c9b24eabd86242af967ee120b27d8e6e2 (diff) | |
download | pkgsrc-3975188487b5aa673f0a8687435b6929cd043512.tar.gz |
USE_TOOLS+=bison (to use new tools framework for build).
Diffstat (limited to 'www/bkedit')
-rw-r--r-- | www/bkedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bkedit/Makefile b/www/bkedit/Makefile index fab03c7934d..24ca289ad77 100644 --- a/www/bkedit/Makefile +++ b/www/bkedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/23 23:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/11/08 02:25:37 tv Exp $ # DISTNAME= bk_edit-0.6.23 @@ -11,7 +11,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.allesdurcheinander.de/nettools/bk_edit/ COMMENT= Bookmark manager and editor -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +USE_TOOLS+= bison HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} |