summaryrefslogtreecommitdiffstats
path: root/http/kompozer/DEPENDS
blob: 6e43a45a0cbb8f08c37dcd1c6e5a585f1fbf3d71 (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
25
26
27
depends  gtk+2   '--enable-toolkit=gtk2  --enable-default-toolkit=gtk2'  &&
depends  JPEG    '--with-system-jpeg'                                    &&
depends  libidl  '--with-libIDL'                                         &&
depends  libpng  '--with-system-png'                                     &&
depends  libx11                                                          &&
depends  libxext                                                         &&
depends  libxft                                                          &&
depends  libxrender                                                      &&
depends  nspr    '--with-system-nspr'                                    &&
depends  perl                                                            &&
depends  zip                                                             &&
depends  zlib    '--with-system-zlib'                                    &&

optional_depends  nss                                                     \
                  '--enable-crypto'                                       \
                  '--disable-crypto'                                      \
                  'for encrypted communications support (e.g. https://)'  &&

optional_depends  libmng                            \
                  '--with-system-mng'               \
                  '--without-system-mng'            \
                  'for MNG picture format support'  &&

optional_depends  gnome-vfs2                                          \
                  ''                                                  \
                  '--disable-gnomevfs'                                \
                  'for smb:// url support (if enabled in gnome-vfs)'