-. "$GRIMOIRE/is_depends_enabled.function" &&
-
if is_depends_enabled $SPELL qt-x11
then
make wpa_gui
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 7cf81e0..262e3d5 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,8 @@
+2007-01-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * BUILD: Removed redundant sourcing of is_depends_enabled.function,
+ now in PRE_BUILD.
+ * PRE_BUILD: Removed unnecessary nested conditionals.
+
2007-01-04 Eric Sandall <eric AT sandall.us>
* PRE_BUILD: For new installs, /etc/profile.d/qt.sh won't be sourced
until relogin, so we need to check for QTDIR and source qt.sh if
diff --git a/net/wpa_supplicant/PRE_BUILD b/net/wpa_supplicant/PRE_BUILD
index a0c6b76..969fb3d 100755
--- a/net/wpa_supplicant/PRE_BUILD
+++ b/net/wpa_supplicant/PRE_BUILD
@@ -9,10 +9,9 @@ then
sed -i "s/wpa_cli dynamic_eap_methods/wpa_cli/" Makefile
fi &&