diff options
author | snj <snj> | 2004-04-11 08:25:09 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 08:25:09 +0000 |
commit | a8ff0c498c0e32f725125f5681a56e4358817406 (patch) | |
tree | 56074815588c4d2157b1e9245be833d6dfec8679 /editors/ng/Makefile | |
parent | 445bdfecc6358c42f0e1df6e701b0e52e0160c57 (diff) | |
download | pkgsrc-a8ff0c498c0e32f725125f5681a56e4358817406.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/ng/Makefile')
-rw-r--r-- | editors/ng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/ng/Makefile b/editors/ng/Makefile index 6ec9f36f95b..6651a976eca 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:14:05 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/11 08:25:09 snj Exp $ DISTNAME= ng-1.4.3 CATEGORIES= editors japanese @@ -9,7 +9,7 @@ HOMEPAGE= http://tt.sakura.ne.jp/~amura/ng/ COMMENT= Very light Emacs-clone with japanese support WRKSRC= ${WRKDIR}/ng -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES .include "../../mk/bsd.prefs.mk" # for USE_CANNA @@ -18,7 +18,7 @@ USE_CANNA= YES .endif .if ${USE_CANNA} == "YES" -.include "../../inputmethod/canna-lib/buildlink2.mk" +.include "../../inputmethod/canna-lib/buildlink3.mk" .endif ALL_TARGET= ng |