summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-08-11 16:32:21 +0000
committeradrianp <adrianp@pkgsrc.org>2006-08-11 16:32:21 +0000
commit2cc13c17f61f97735b9421a5f649cb0f97a86b3b (patch)
tree90d3ae2566ad48afcc691a39d4df86bc07bc20c2 /mail
parente3dc0515117e8f965a230f7c8489f0bb48caf4e7 (diff)
downloadpkgsrc-2cc13c17f61f97735b9421a5f649cb0f97a86b3b.tar.gz
Rename ftp option to procmail and maildrop as that is far more logical.
Diffstat (limited to 'mail')
-rw-r--r--mail/ingo/options.mk15
1 files changed, 11 insertions, 4 deletions
diff --git a/mail/ingo/options.mk b/mail/ingo/options.mk
index bf3bd998fd1..dcb5eabe4ee 100644
--- a/mail/ingo/options.mk
+++ b/mail/ingo/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2006/08/10 14:35:02 adrianp Exp $
+# $NetBSD: options.mk,v 1.5 2006/08/11 16:32:21 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ingo
-PKG_SUPPORTED_OPTIONS= sieve imap ftp
+PKG_SUPPORTED_OPTIONS= sieve imap maildrop procmail
.include "../../mk/bsd.options.mk"
@@ -20,8 +20,15 @@ DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap
.endif
###
-### procmail or dropmail support need the PHP FTP extension
+### maildrop support needs the PHP FTP extension
###
-.if !empty(PKG_OPTIONS:Mftp)
+.if !empty(PKG_OPTIONS:Mmaildrop)
+DEPENDS+= ${PHP_PKG_PREFIX}-ftp>4.3.3:../../net/php-ftp
+.endif
+
+###
+### procmail support needs the PHP FTP extension
+###
+.if !empty(PKG_OPTIONS:Mprocmail)
DEPENDS+= ${PHP_PKG_PREFIX}-ftp>4.3.3:../../net/php-ftp
.endif