diff options
Diffstat (limited to 'wm/fluxconf')
-rw-r--r-- | wm/fluxconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/fluxconf/Makefile b/wm/fluxconf/Makefile index 7c68e3dd17d..f5f6c4228e1 100644 --- a/wm/fluxconf/Makefile +++ b/wm/fluxconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2007/11/01 14:52:25 rillig Exp $ # DISTNAME= fluxconf-0.9.9 @@ -13,6 +13,7 @@ COMMENT= GTK based configuration tool for the fluxbox window manager DEPENDS+= fluxbox-[0-9]*:../../wm/fluxbox GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --datadir=${PREFIX}/${PKGLOCALEDIR} USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt pkg-config |