summaryrefslogtreecommitdiffstats
path: root/libs/gettext/DEPENDS
blob: 15d0097666f1b51ac0c4778a01108e5d0974c3fa (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
28
29
30
31
32
33
34
35
36
37
38
39
40
depends gnupg &&
depends smgl-fhs &&

optional_depends libxml2 "" "--with-included-libxml" "use system libxml2" &&
optional_depends libunistring '' '--with-included-libunistring' 'use sytem libunistring' &&
optional_depends libcroco "" "--with-included-libcroco" "use system libcroco" &&

optional_depends -sub CXX gcc \
                 "--enable-libasprintf" \
                 "--disable-libasprintf" \
                 "for libasprintf support" &&

optional_depends CSHARP \
                 "--enable-csharp" \
                 "--disable-csharp" \
                 "for C# bindings" &&

optional_depends acl \
                 "--enable-acl" \
                 "--disable-acl" \
                 "for ACLs support" &&

optional_depends cvs \
                 "--with-cvs" \
                 "--without-cvs" \
                 "use cvs to compress the infrastructure archive" &&

optional_depends git \
                 "--with-git" \
                 "--without-git" \
                 "use git to compress the infrastructure archive" &&

optional_depends ncurses \
                 "--enable-curses" \
                 "--disable-curses" \
                 "for ncurses support" &&

optional_depends texinfo "" "" "to build info files" &&
optional_depends texlive "" "" "to build .ps, .pdf and .dvi documentation" &&
optional_depends emacs   "" "--without-emacs" "for Emacs PO mode editing"