diff options
-rw-r--r-- | sysutils/gio-fam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gio-fam/Makefile b/sysutils/gio-fam/Makefile index b8ff47bd64c..09665deed6c 100644 --- a/sysutils/gio-fam/Makefile +++ b/sysutils/gio-fam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/11/17 14:35:32 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2010/12/30 14:36:10 obache Exp $ # .include "../../devel/glib2/Makefile.common" @@ -13,6 +13,8 @@ NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-* FAM_ACCEPTED= fam gamin FAM_SERVER= no +USE_TOOLS+= msgfmt + CONFIGURE_ARGS+= --enable-fam BUILD_DIRS= gio/fam |