summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-08-10 14:35:02 +0000
committeradrianp <adrianp>2006-08-10 14:35:02 +0000
commit727fa3421706be01330f6a953e2d2bb3e582b9db (patch)
treea3be31550833394aa7255c249fccbf610fe03c11 /mail
parent934bdf07a7bf9121926d7bce25aac0fe11fd1ba2 (diff)
downloadpkgsrc-727fa3421706be01330f6a953e2d2bb3e582b9db.tar.gz
Typo fix.
Diffstat (limited to 'mail')
-rw-r--r--mail/ingo/options.mk4
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