diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-05 21:15:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-05 21:15:53 +0000 |
commit | 287138d8970c3b62007811e4fb6edd7582683575 (patch) | |
tree | 5933995a1c5697faf009bac28f0380ecb652f4d9 /inputmethod/sj3-server-bin | |
parent | 2f3d19cdc9bab8d25eac953ce433a85e6e9c17b5 (diff) | |
download | pkgsrc-287138d8970c3b62007811e4fb6edd7582683575.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'inputmethod/sj3-server-bin')
-rw-r--r-- | inputmethod/sj3-server-bin/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/inputmethod/sj3-server-bin/Makefile b/inputmethod/sj3-server-bin/Makefile index 62639e14440..70c8a901655 100644 --- a/inputmethod/sj3-server-bin/Makefile +++ b/inputmethod/sj3-server-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/02 17:49:51 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/05 21:23:00 minskim Exp $ # DISTNAME= sj3-2.0.1.20 @@ -14,7 +14,9 @@ COMMENT= Japanese input method (server binary) DISTINFO_FILE= ${.CURDIR}/../sj3-lib/distinfo PATCHDIR= ${.CURDIR}/../sj3-lib/patches -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES USE_PKGINSTALL= YES .include "../../mk/bsd.prefs.mk" @@ -44,6 +46,6 @@ pre-configure: do-configure: @(cd ${WRKSRC}; ${XMKMF_CMD}; ${MAKE} Makefiles) -.include "../../devel/nbitools/nbitools.mk" -.include "../../inputmethod/sj3-lib/buildlink2.mk" +.include "../../devel/nbitools/buildlink3.mk" +.include "../../inputmethod/sj3-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |