diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-16 19:12:07 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-16 19:12:07 +0000 |
commit | 15554b27f99dcda758f3d7d71aadaec228bfafbb (patch) | |
tree | a7289131af8ec75e7f6293d2e89496cf4f47c395 /japanese/tomoe/Makefile | |
parent | 3165706a2d20b9e4bbcdaa8f302b4e288bdd07e2 (diff) |
Notes
Diffstat (limited to 'japanese/tomoe/Makefile')
-rw-r--r-- | japanese/tomoe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index d266216392c7..144986406857 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -93,7 +93,7 @@ PLIST_SUB+= UNIHAN="@comment " CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ PYTHON_VERSION=${PYTHON_VERSION:S;python;;} \ pyexecdir=${PYTHON_SITELIBDIR} \ - GMSGFMT='/usr/local/bin/msgfmt' + GMSGFMT="${LOCALBASE}/bin/msgfmt" .if defined(WITH_UNIHAN) post-extract: |