summaryrefslogtreecommitdiffstats
path: root/graphics/gtk-screenshot/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gtk-screenshot/DEPENDS')
-rwxr-xr-xgraphics/gtk-screenshot/DEPENDS12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gtk-screenshot/DEPENDS b/graphics/gtk-screenshot/DEPENDS
new file mode 100755
index 0000000000..123f90527c
--- /dev/null
+++ b/graphics/gtk-screenshot/DEPENDS
@@ -0,0 +1,12 @@
+depends glib2 &&
+depends gtk+2 &&
+
+optional_depends libxext \
+ "--with-xshape" \
+ "--without-xshape" \
+ "for XShape support from X11" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"