summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-24 11:46:11 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-24 11:46:11 +0000
commitf8ddb11b400a39d65785fa5103c2f6f23eac6a00 (patch)
treeb0dd7b2464178793cae284c420f054a378f48601 /news
parentOnly defined PORTDOCS when DOXYGEN and DOCS are set (diff)
- Fix options conversion
Notes
Notes: svn path=/head/; revision=318958
Diffstat (limited to 'news')
-rw-r--r--news/nntpcache/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index 74f99f4b3cd6..e2d1fc64a773 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -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