summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-11-15 19:05:05 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-11-15 19:05:05 +0000
commit74b21cba4470ecdf473df0a1f9030521ca54cda4 (patch)
tree084616e9091d8eb5482628048d8103033e607902 /x11-wm
parent- Update to 3.4b17 (diff)
Correct it, USE_GETTEXT -> USE_ICONV. There is no gettext stuff in this port.
Pointyhat: sat (for touch this port without my approve)
Notes
Notes: svn path=/head/; revision=177331
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fluxbox-devel/Makefile2
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"