diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-08-10 14:35:02 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-08-10 14:35:02 +0000 |
commit | aa370fdab46ad237d1ba38479cf9a6aa9567e9aa (patch) | |
tree | a3be31550833394aa7255c249fccbf610fe03c11 /mail | |
parent | 311dfd24db87228a7a875bcf8707ea5a775f36e5 (diff) | |
download | pkgsrc-aa370fdab46ad237d1ba38479cf9a6aa9567e9aa.tar.gz |
Typo fix.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ingo/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ingo/options.mk b/mail/ingo/options.mk index 23ceafa0e22..bf3bd998fd1 100644 --- a/mail/ingo/options.mk +++ b/mail/ingo/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2006/08/10 14:33:06 adrianp Exp $ +# $NetBSD: options.mk,v 1.4 2006/08/10 14:35:02 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ingo PKG_SUPPORTED_OPTIONS= sieve imap ftp @@ -22,6 +22,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap ### ### procmail or dropmail support need the PHP FTP extension ### -.if !empty((PKG_OPTIONS:Mftp) +.if !empty(PKG_OPTIONS:Mftp) DEPENDS+= ${PHP_PKG_PREFIX}-ftp>4.3.3:../../net/php-ftp .endif |