svn commit: r307992 - head/net/openldap24-server

Xin LI delphij at FreeBSD.org
Fri Nov 30 04:25:24 UTC 2012


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}


More information about the svn-ports-all mailing list