diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:14:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:14:24 +0000 |
commit | e47eb6e58f18bff7241b8a9ba388f295fcc59ab9 (patch) | |
tree | 5c9cdc2a71afffadcbd210ebb8cc0ddaa72931f1 /editors/hnb/Makefile | |
parent | 2da2cc2b7bced228eed6255f85a26ba09b6ba60d (diff) | |
download | pkgsrc-e47eb6e58f18bff7241b8a9ba388f295fcc59ab9.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/hnb/Makefile')
-rw-r--r-- | editors/hnb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 998e041db9c..407da944845 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/23 21:50:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/11 08:14:24 snj Exp $ # DISTNAME= hnb-1.8.1 @@ -13,9 +13,9 @@ COMMENT= Hierarchical data organizer INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-U]-* GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make -.include "../../devel/ncurses/buildlink2.mk" -.include "../../textproc/libxml2/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |