diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-16 14:40:31 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-16 14:40:31 +0000 |
commit | 056b5ab914cc5696c32dec2855853630a2e0a020 (patch) | |
tree | d3afc7dd0297a60098f3fbdaf0e751fc42d20fd9 /news | |
parent | 581769c1a36b6118fc2b4f3d769f3142bcad399a (diff) | |
download | ports-056b5ab914cc5696c32dec2855853630a2e0a020.tar.gz ports-056b5ab914cc5696c32dec2855853630a2e0a020.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 98156c7f2295..1a6c55c22962 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -25,8 +25,10 @@ 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-client -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client +WITH_LDAP_VER?= 20 +LDAP_VER= ${WITH_LDAP_VER} +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${LDAP_VER}-client +LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap${LDAP_VER}-client .endif # This may be set interactively at install-time. NNTPCache will |