diff options
Diffstat (limited to 'inputmethod/skktools/Makefile')
-rw-r--r-- | inputmethod/skktools/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/inputmethod/skktools/Makefile b/inputmethod/skktools/Makefile index ec7e715e0e9..605a5843f85 100644 --- a/inputmethod/skktools/Makefile +++ b/inputmethod/skktools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2011/04/22 14:40:43 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/12/03 09:22:37 sbd Exp $ # DISTNAME= skktools-1.3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= japanese inputmethod MASTER_SITES= http://openlab.ring.gr.jp/skk/tools/ @@ -24,4 +24,10 @@ SUBST_STAGE.prefix= pre-configure SUBST_FILES.prefix= configure SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g' +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Linux" +.include "../../databases/gdbm_compat/buildlink3.mk" +.endif + .include "../../mk/bsd.pkg.mk" |