diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-18 19:46:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-18 19:46:55 +0000 |
commit | 1a9925c85eb1ae08fe252463b30958eadef0afd9 (patch) | |
tree | 806f5c36f630bc3342603f0276d69b0b28024fba /www/bkedit/Makefile | |
parent | 66f2e8d04690862839daa2ee89030f11e0f6971c (diff) | |
download | pkgsrc-1a9925c85eb1ae08fe252463b30958eadef0afd9.tar.gz |
Update to 0.6.23, convert to bl3:
* HTML export plugin is now XHTML compliant
Diffstat (limited to 'www/bkedit/Makefile')
-rw-r--r-- | www/bkedit/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/bkedit/Makefile b/www/bkedit/Makefile index c2aed9b0d3f..e8ef65a6ca1 100644 --- a/www/bkedit/Makefile +++ b/www/bkedit/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/01/23 21:50:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/18 19:46:55 wiz Exp $ # -DISTNAME= bk_edit-0.6.22 +DISTNAME= bk_edit-0.6.23 PKGNAME= ${DISTNAME:S/_//} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www2.fht-esslingen.de/~clfuit00/sasnt/packages/ @@ -13,10 +12,10 @@ COMMENT= Bookmark manager and editor BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} -.include "../../textproc/libxml2/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |