diff options
Diffstat (limited to 'japanese/uim-tomoe-gtk')
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index cb027e6d7ca7..c2b2db17c117 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -28,6 +28,6 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/uim-tomoe-gtk \ share/locale/ja/LC_MESSAGES/uim-tomoe-gtk.mo -CONFIGURE_ENV+= GMSGFMT='/usr/local/bin/msgfmt' +CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt" .include <bsd.port.mk> |