summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-12 01:29:18 +0000
committerwiz <wiz@pkgsrc.org>2002-10-12 01:29:18 +0000
commit500f5313b35765a1dc3b94828d23e2591b97cf22 (patch)
treec83e9946c4c4186d08e57bac572e9363b813b730 /inputmethod
parent066a1b7b7d619d2dd294ac4cc9012743c4ec4ca2 (diff)
downloadpkgsrc-500f5313b35765a1dc3b94828d23e2591b97cf22.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/sj3-server-bin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/inputmethod/sj3-server-bin/Makefile b/inputmethod/sj3-server-bin/Makefile
index a11691dd358..d86e2e5a993 100644
--- a/inputmethod/sj3-server-bin/Makefile
+++ b/inputmethod/sj3-server-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/06/10 09:16:37 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/12 01:29:18 wiz Exp $
#
DISTNAME= sj3-2.0.1.20
@@ -15,7 +15,10 @@ FILESDIR= ${.CURDIR}/../sj3-lib/files
DISTINFO_FILE= ${.CURDIR}/../sj3-lib/distinfo
PATCHDIR= ${.CURDIR}/../sj3-lib/patches
+USE_BUILDLINK2= YES
+
.include "../../mk/bsd.prefs.mk"
+
SJ3OWNER?= daemon
SJ3GROUP?= daemon
MAKE_ENV+= SJ3OWNER=${SJ3OWNER} SJ3GROUP=${SJ3GROUP} \
@@ -52,5 +55,5 @@ post-install:
@${INSTALL_SCRIPT} ${STARTUP_SCRIPT_SRC} ${PREFIX}/${STARTUP_SCRIPT}
.include "../../devel/nbitools/nbitools.mk"
-.include "../sj3-lib/buildlink.mk"
+.include "../../inputmethod/sj3-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"