diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-24 19:46:11 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-24 19:46:11 +0800 |
commit | caeceb9135b8f12cc50d372faa231a014a158149 (patch) | |
tree | b0dd7b2464178793cae284c420f054a378f48601 /news | |
parent | 28d4927df945e51fcea2efbb5f3324602064cd67 (diff) | |
download | freebsd-ports-gnome-caeceb9135b8f12cc50d372faa231a014a158149.tar.gz freebsd-ports-gnome-caeceb9135b8f12cc50d372faa231a014a158149.tar.zst freebsd-ports-gnome-caeceb9135b8f12cc50d372faa231a014a158149.zip |
- Fix options conversion
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/Makefile | 2 |
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 |