diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 14:28:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 14:28:53 +0000 |
commit | 56a9622edd6162e542e92db3cb4620b7c74956b3 (patch) | |
tree | b4d340af6ae9d8ba3a0859fba9d1caadaf9e997c /inputmethod | |
parent | bb162fafacaa857a3888b2260dd2f6b45bbdfa8a (diff) | |
download | pkgsrc-56a9622edd6162e542e92db3cb4620b7c74956b3.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} |