diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:25:09 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:25:09 +0000 |
commit | 094c54864f96a9736d9dfdf80aad92461b98eee2 (patch) | |
tree | 56074815588c4d2157b1e9245be833d6dfec8679 /editors/zile | |
parent | e47eb6e58f18bff7241b8a9ba388f295fcc59ab9 (diff) | |
download | pkgsrc-094c54864f96a9736d9dfdf80aad92461b98eee2.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 59c94043b9c..16c64f3afc5 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/03/26 20:43:55 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/11 08:27:12 snj Exp $ DISTNAME= zile-1.6.2 PKGREVISION= 1 @@ -11,9 +11,9 @@ COMMENT= Emacs-like text editor GNU_CONFIGURE= yes USE_NCURSES= # uses stdscr->_delay directly -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_MAKEINFO= YES INFO_FILES= zile.info -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |