summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ingo/options.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/mail/ingo/options.mk b/mail/ingo/options.mk
index 4e2d4c893d7..23ceafa0e22 100644
--- a/mail/ingo/options.mk
+++ b/mail/ingo/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2006/06/02 18:27:56 joerg Exp $
+# $NetBSD: options.mk,v 1.3 2006/08/10 14:33:06 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ingo
-PKG_SUPPORTED_OPTIONS= sieve imap
+PKG_SUPPORTED_OPTIONS= sieve imap ftp
.include "../../mk/bsd.options.mk"
@@ -18,3 +18,10 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Sieve>=1.0.0:../../net/pear-Net_Sieve
.if !empty(PKG_OPTIONS:Mimap)
DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap
.endif
+
+###
+### procmail or dropmail support need the PHP FTP extension
+###
+.if !empty((PKG_OPTIONS:Mftp)
+DEPENDS+= ${PHP_PKG_PREFIX}-ftp>4.3.3:../../net/php-ftp
+.endif