diff options
author | wiz <wiz> | 2002-10-21 14:28:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-21 14:28:53 +0000 |
commit | 62c9cc86367cb433326bf54e67e76d00c5185e65 (patch) | |
tree | b4d340af6ae9d8ba3a0859fba9d1caadaf9e997c /inputmethod | |
parent | 73b62125bd68209ece7c3d4f4f4c5445722a010b (diff) | |
download | pkgsrc-62c9cc86367cb433326bf54e67e76d00c5185e65.tar.gz |
Trivially convert to buildlink2.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/sj3-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/sj3-lib/Makefile b/inputmethod/sj3-lib/Makefile index 41440d6e483..184154b53b5 100644 --- a/inputmethod/sj3-lib/Makefile +++ b/inputmethod/sj3-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/25 19:23:00 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/21 14:28:53 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1998/11/28 05:08:27 asami Exp $ DISTNAME= sj3-2.0.1.20 @@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \ MAINTAINER= tech-pkg-ja@jp.netbsd.org COMMENT= Japanese input method (library) +USE_BUILDLINK2= YES + .include "../../mk/bsd.prefs.mk" MAKE_ENV+= IMDICTDIR=${IMDICTDIR} |