summaryrefslogtreecommitdiffstats
path: root/devel/python/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/python/DEPENDS')
-rwxr-xr-xdevel/python/DEPENDS29
1 files changed, 24 insertions, 5 deletions
diff --git a/devel/python/DEPENDS b/devel/python/DEPENDS
index d008b03222..4b5bcd9dc7 100755
--- a/devel/python/DEPENDS
+++ b/devel/python/DEPENDS
@@ -1,5 +1,24 @@
-optional_depends db "" "" "Sleepycat db support" &&
-optional_depends sqlite "" "" "SQLite db support" &&
-optional_depends tk "" "" "for Tk support" &&
-optional_depends expat "" "" "for XML parser module" &&
-optional_depends g++ "" "--with-cxx=no" "for c++ module support"
+optional_depends db \
+ "" \
+ "" \
+ "Sleepycat db support" &&
+
+optional_depends sqlite \
+ "" \
+ "" \
+ "sqlite db support"&&
+
+optional_depends tk \
+ "" \
+ "" \
+ "for tk support" &&
+
+optional_depends expat \
+ "" \
+ "" \
+ "for an xml parser module" &&
+
+optional_depends g++ \
+ "" \
+ "--with-cxx=no" \
+ "for c++ module support"