diff options
author | joerg <joerg> | 2005-12-06 15:38:32 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-06 15:38:32 +0000 |
commit | ed117105a794b23074de1ee2df75e3c670d4b649 (patch) | |
tree | b231bace99035f0a34a25cb1be37fcb3d0489fee /wm/ion3-devel | |
parent | 8c137fd4e4ef4d9432d65903d8d92a78ad226bb5 (diff) | |
download | pkgsrc-ed117105a794b23074de1ee2df75e3c670d4b649.tar.gz |
msgfmt build dependency.
Diffstat (limited to 'wm/ion3-devel')
-rw-r--r-- | wm/ion3-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/ion3-devel/Makefile b/wm/ion3-devel/Makefile index 9e152c8e03f..8b347797e01 100644 --- a/wm/ion3-devel/Makefile +++ b/wm/ion3-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/12/05 23:55:21 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2005/12/06 15:38:32 joerg Exp $ # DISTNAME= ion-3ds-20040906 @@ -17,6 +17,7 @@ USE_PKGINSTALL= YES USE_TOOLS+= gmake GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES +BUILD_USES_MSGFMT= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ENV+= PKGLOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale |