svn commit: r303505 - head/mail/dovecot2

Tom Judge tj at FreeBSD.org
Sat Sep 1 18:19:32 UTC 2012


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 <Artis.Caune at gmail.com>
  Approved by:	Attila Nagy bra at 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
 



More information about the svn-ports-all mailing list