diff --git a/windowmanagers/fluxbox/BUILD b/windowmanagers/fluxbox/BUILD
index fa19e18..2e16e4b 100755
--- a/windowmanagers/fluxbox/BUILD
+++ b/windowmanagers/fluxbox/BUILD
@@ -1,5 +1,3 @@
-CPPFLAGS="-I/usr/include/freetype2 $CPPFLAGS" &&
-
if [[ $FLUXBOX_GIT == y ]]; then
./autogen.sh
fi &&
diff --git a/windowmanagers/fluxbox/CONFIGURE
b/windowmanagers/fluxbox/CONFIGURE
index 27cf0e2..0662678 100755
--- a/windowmanagers/fluxbox/CONFIGURE
+++ b/windowmanagers/fluxbox/CONFIGURE
@@ -1,4 +1,4 @@
-config_query FLUXBOX_CONF "Go through all (10) configuration options?" n
+config_query FLUXBOX_CONF "Go through all (9) configuration options?" n
if [[ $FLUXBOX_CONF == y ]]; then
config_query_option FLUXBOX_OPTS "include code for the Slit?" y \
@@ -13,7 +13,7 @@ if [[ $FLUXBOX_CONF == y ]]; then
"--enable-toolbar" \
"--disable-toolbar" &&