summaryrefslogtreecommitdiffstats
path: root/devel/gdb/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb/DEPENDS')
-rwxr-xr-xdevel/gdb/DEPENDS48
1 files changed, 48 insertions, 0 deletions
diff --git a/devel/gdb/DEPENDS b/devel/gdb/DEPENDS
new file mode 100755
index 0000000000..0dc62808ed
--- /dev/null
+++ b/devel/gdb/DEPENDS
@@ -0,0 +1,48 @@
+depends gmp &&
+depends mpfr &&
+depends libmpc &&
+
+optional_depends -sub CXX gcc \
+ "--enable-build-with-cxx" \
+ "--disable-build-with-cxx" \
+ "to build with C++ compiler instead of C compiler" &&
+
+optional_depends zlib \
+ "--with-zlib" \
+ "--without-zlib" \
+ "for zlib support" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends libunwind \
+ "--with-libunwind" \
+ "--without-libunwind" \
+ "for libunwind frame unwinding support" &&
+
+optional_depends ncurses \
+ "--with-curses" \
+ "--without-curses" \
+ "to use curses library instead of the termcap library" &&
+
+optional_depends readline \
+ "--with-system-readline" \
+ "--without-system-readline" \
+ "to use installed readline library" &&
+
+optional_depends expat \
+ "--with-expat" \
+ "--without-expat" \
+ "to include expat support" &&
+
+optional_depends python \
+ "--with-python" \
+ "--without-python" \
+ "to include Python support" &&
+
+optional_depends tk \
+ "--enable-gdbtk" \
+ "--disable-gdbtk" \
+ "for graphical user interface"