diff options
Diffstat (limited to 'x11-wm/fluxbox-devel/Makefile')
-rw-r--r-- | x11-wm/fluxbox-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fluxbox-devel/Makefile b/x11-wm/fluxbox-devel/Makefile index 73e9ee975dea..a778100ee46f 100644 --- a/x11-wm/fluxbox-devel/Makefile +++ b/x11-wm/fluxbox-devel/Makefile @@ -73,11 +73,11 @@ CONFIGURE_ARGS+= --enable-xinerama .endif .if !defined(WITHOUT_NLS) +USE_ICONV= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -liconv" CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS:="" -USE_GETTEXT= yes .else CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |