diff options
author | tv <tv> | 2005-11-08 02:25:37 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-08 02:25:37 +0000 |
commit | 1c3dc23ba6155a0e5e9b3276267bf7d6fc525c3c (patch) | |
tree | ae36cf28871e2f757ac60c7d790af99ae9531632 /www | |
parent | cff8ccdf57e5bd8c7afa37794f44423a42ffd965 (diff) | |
download | pkgsrc-1c3dc23ba6155a0e5e9b3276267bf7d6fc525c3c.tar.gz |
USE_TOOLS+=bison (to use new tools framework for build).
Diffstat (limited to 'www')
-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} |