Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 11:47:26 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318959 - head/news/nntpcache
Message-ID:  <201305241147.r4OBlQJm092173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri May 24 11:47:26 2013
New Revision: 318959
URL: http://svnweb.freebsd.org/changeset/ports/318959

Log:
  Fix another syntax error from conversion

Modified:
  head/news/nntpcache/Makefile

Modified: head/news/nntpcache/Makefile
==============================================================================
--- head/news/nntpcache/Makefile	Fri May 24 11:46:11 2013	(r318958)
+++ head/news/nntpcache/Makefile	Fri May 24 11:47:26 2013	(r318959)
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+=	--with-authinfo-radius
 AUTHINFO_EXT+=		authinfo_radius.ext
 .endif
 
-.if ${PORT_OPTIONS:MLDAP} || defined(WITH_LDAP2}
+.if ${PORT_OPTIONS:MLDAP} || defined(WITH_LDAP2)
 USE_OPENLDAP=	yes
 CONFIGURE_ARGS+=	--with-authinfo-ldap
 CPPFLAGS+=	-I${PREFIX}/include -I${LOCALBASE}/include



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