aboutsummaryrefslogtreecommitdiffstats
path: root/news/nntpcache
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-05-24 19:46:11 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-05-24 19:46:11 +0800
commitcaeceb9135b8f12cc50d372faa231a014a158149 (patch)
treeb0dd7b2464178793cae284c420f054a378f48601 /news/nntpcache
parent28d4927df945e51fcea2efbb5f3324602064cd67 (diff)
downloadfreebsd-ports-gnome-caeceb9135b8f12cc50d372faa231a014a158149.tar.gz
freebsd-ports-gnome-caeceb9135b8f12cc50d372faa231a014a158149.tar.zst
freebsd-ports-gnome-caeceb9135b8f12cc50d372faa231a014a158149.zip
- Fix options conversion
Diffstat (limited to 'news/nntpcache')
-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