summaryrefslogtreecommitdiffstats
path: root/devel/python/DEPENDS
blob: 4b5bcd9dc7b2f077223803399d27c4bde76cd2b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"