summaryrefslogtreecommitdiffstats
path: root/editors/medit/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'editors/medit/DEPENDS')
-rwxr-xr-xeditors/medit/DEPENDS14
1 files changed, 9 insertions, 5 deletions
diff --git a/editors/medit/DEPENDS b/editors/medit/DEPENDS
index 184e43c6da..c4885aa283 100755
--- a/editors/medit/DEPENDS
+++ b/editors/medit/DEPENDS
@@ -1,13 +1,17 @@
-depends cmake &&
depends gtk+2 &&
depends libxml2 &&
optional_depends gettext \
- "-DENABLE_NLS=1" \
- "-DENABLE_NLS=0" \
+ "--enable-nls" \
+ "--disable-nls" \
"for Native Language Support" &&
+optional_depends FAM \
+ "--with-fam" \
+ "--without-fam" \
+ "for file monitoring support" &&
+
optional_depends pygtk2 \
- "-DMOO_ENABLE_PYTHON=1" \
- "-DMOO_ENABLE_PYTHON=0" \
+ "--with-python" \
+ "--without-python" \
"to enable Python plugins"