summaryrefslogtreecommitdiffstats
path: root/devel/gcl/DEPENDS
blob: 2cd1f05af427f6aef25bc4a94aa88eef1af668d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
depends emacs &&
depends libpcap &&
optional_depends "gmp"                  \
                  ""                    \
                  "--enable-gmp=no"     \
                  "To use GMP (gnu multiprecision arithmetic)" &&
optional_depends "tcl"                  \
               "--enable-tclconfig=$(gaze from tclConfig.sh | cut -d/ -f2-3)" \
                  ""                    \
                  "For a GCL connection with the windowing tools of TCL"   &&  
optional_depends "tk"                      \
               "--enable-tkconfig=$(gaze from tkConfig.sh | cut -d/ -f2-3)"  \
                  ""                        \
                  "For a GCL connection with the windowing tools of TK"