summaryrefslogtreecommitdiffstats
path: root/mail/readpst/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'mail/readpst/DEPENDS')
-rwxr-xr-xmail/readpst/DEPENDS8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/readpst/DEPENDS b/mail/readpst/DEPENDS
new file mode 100755
index 0000000000..c8aa8905f7
--- /dev/null
+++ b/mail/readpst/DEPENDS
@@ -0,0 +1,8 @@
+optional_depends PYTHON \
+ "--enable-python" \
+ "--disable-python" \
+ "to build libpst python interface" &&
+
+if is_depends_enabled $SPELL python || is_depends_enabled $SPELL python3; then
+ depends boost "--with-boost-python"
+fi