diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 12:24:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 12:24:36 +0000 |
commit | abdced3a617f36627fb2e38e3b4b0b9db064fa2a (patch) | |
tree | e91c11733b38f6cd756abc93cc9503444d3a88cc /editors/ng | |
parent | adf8cf3253474eb1d6937996806ce5520bdc1d3b (diff) | |
download | pkgsrc-abdced3a617f36627fb2e38e3b4b0b9db064fa2a.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'editors/ng')
-rw-r--r-- | editors/ng/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |