Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2012 04:25:23 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307992 - head/net/openldap24-server
Message-ID:  <201211300425.qAU4PNPH015517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Fri Nov 30 04:25:23 2012
New Revision: 307992
URL: http://svnweb.freebsd.org/changeset/ports/307992

Log:
   o Correct typo.
  
  PR:		ports/173663
  Submitted by:	Chris Mikkelson <cmikk uerige.oss.uswest.net>
  Feature safe:	yes

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Fri Nov 30 03:56:59 2012	(r307991)
+++ head/net/openldap24-server/Makefile	Fri Nov 30 04:25:23 2012	(r307992)
@@ -292,7 +292,7 @@ CONFIGURE_ARGS+=	--enable-rwm=${OVERLAY_
 .if ${PORT_OPTIONS:MSEQMOD}
 CONFIGURE_ARGS+=	--enable-seqmod=${OVERLAY_ENABLE}
 .else
-CONFIGURE_ARGS+=	--disble-seqmod
+CONFIGURE_ARGS+=	--disable-seqmod
 .endif
 
 .if ${PORT_OPTIONS:MSSSVLV}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211300425.qAU4PNPH015517>