summaryrefslogtreecommitdiffstats
path: root/devel/python/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/python/SUB_DEPENDS')
-rwxr-xr-xdevel/python/SUB_DEPENDS4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/python/SUB_DEPENDS b/devel/python/SUB_DEPENDS
index c85dbd5afe..7c283e1abc 100755
--- a/devel/python/SUB_DEPENDS
+++ b/devel/python/SUB_DEPENDS
@@ -1,4 +1,4 @@
case $THIS_SUB_DEPENDS in
- expat) echo "xml parser module requested, forcing them."; depends expat;;
- *) echo "unknown sub-depends!"; return 1;;
+ expat) echo "xml parser module requested, forcing them."; depends expat;;
+ *) echo "unknown sub-depends!"; return 1;;
esac