diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 08:49:31 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 08:49:31 +0800 |
commit | 23487909ca7033a70fc30adfb2f3bdadddcee493 (patch) | |
tree | c7a9a132ab286601d6d7a3590fd42cad88671385 /news/nntpcache | |
parent | 39602a96bc814acbf78e72edd603b5471a42823c (diff) | |
download | freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.gz freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.zst freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.zip |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index dfdf9a6388fb..98156c7f2295 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -25,8 +25,8 @@ LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap12 .endif .if defined(WITH_LDAP2) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client .endif # This may be set interactively at install-time. NNTPCache will |