svn commit: r318959 - head/news/nntpcache
Bryan Drewery
bdrewery at FreeBSD.org
Fri May 24 11:47:26 UTC 2013
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
More information about the svn-ports-all
mailing list