From abdced3a617f36627fb2e38e3b4b0b9db064fa2a Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 25 Oct 2002 12:24:36 +0000 Subject: buildlink1 -> buildlink2. --- editors/ng/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'editors/ng') diff --git a/editors/ng/Makefile b/editors/ng/Makefile index fde661dbd46..e0416f70200 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/06/10 12:37:42 sakamoto Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/25 12:24:36 wiz Exp $ DISTNAME= ng-1.4.3 CATEGORIES= editors japanese @@ -8,6 +8,8 @@ MAINTAINER= fk200329@fsinet.or.jp HOMEPAGE= http://tt.sakura.ne.jp/~amura/ng/ COMMENT= Very light Emacs-clone with japanese support +USE_BUILDLINK2= YES + .include "../../mk/bsd.prefs.mk" # for USE_CANNA .if !defined(USE_CANNA) @@ -15,7 +17,7 @@ USE_CANNA= YES .endif .if ${USE_CANNA} == "YES" -.include "../../inputmethod/canna-lib/buildlink.mk" +.include "../../inputmethod/canna-lib/buildlink2.mk" .endif WRKSRC= ${WRKDIR}/ng -- cgit v1.2.3