pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ingo Typo fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54c426992081
branches:  trunk
changeset: 517420:54c426992081
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Aug 10 14:35:02 2006 +0000

description:
Typo fix.

diffstat:

 mail/ingo/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r fb0748a7dd9f -r 54c426992081 mail/ingo/options.mk
--- a/mail/ingo/options.mk      Thu Aug 10 14:33:06 2006 +0000
+++ b/mail/ingo/options.mk      Thu Aug 10 14:35:02 2006 +0000
@@ -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 @@
 ###
 ### 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



Home | Main Index | Thread Index | Old Index