summaryrefslogtreecommitdiffstats
path: root/devel/geany-plugins/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany-plugins/DEPENDS')
-rwxr-xr-xdevel/geany-plugins/DEPENDS9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/geany-plugins/DEPENDS b/devel/geany-plugins/DEPENDS
index 855053ef7b..b6adc512ad 100755
--- a/devel/geany-plugins/DEPENDS
+++ b/devel/geany-plugins/DEPENDS
@@ -10,6 +10,15 @@ optional_depends gtk+2 \
"--disable-commander" \
"to build Commander plugin" &&
+optional_depends pygtk2 \
+ "--enable-geanypy" \
+ "--disable-geanypy" \
+ "to build Geanypy (Python bindings) plugin" &&
+
+if is_depends_enabled $SPELL pygtk2; then
+ depends python
+fi &&
+
optional_depends lua51 \
"--enable-geanylua" \
"--disable-geanylua" \