From owner-svn-ports-head@FreeBSD.ORG Sat Sep 1 18:19:32 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84FCE1065670; Sat, 1 Sep 2012 18:19:32 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 700B98FC0C; Sat, 1 Sep 2012 18:19:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q81IJWZE057675; Sat, 1 Sep 2012 18:19:32 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q81IJWgi057673; Sat, 1 Sep 2012 18:19:32 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201209011819.q81IJWgi057673@svn.freebsd.org> From: Tom Judge Date: Sat, 1 Sep 2012 18:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303505 - head/mail/dovecot2 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2012 18:19:32 -0000 Author: tj Date: Sat Sep 1 18:19:31 2012 New Revision: 303505 URL: http://svn.freebsd.org/changeset/ports/303505 Log: Correct typo. PR: ports/170797 Submitted by: Artis Caune Approved by: Attila Nagy bra@fsn.hu (maintainer) Approved by: eadler (mentor) Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Sat Sep 1 18:15:25 2012 (r303504) +++ head/mail/dovecot2/Makefile Sat Sep 1 18:19:31 2012 (r303505) @@ -82,7 +82,7 @@ PORTEXAMPLES= * ## kqueue(2) support # -.if ${PORT_OPTIONS:MKQUEUE) +.if ${PORT_OPTIONS:MKQUEUE} CONFIGURE_ARGS+=--with-ioloop=kqueue .endif