diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
commit | b67a28791a0371d8bde0cfa4e774b3aac5411530 (patch) | |
tree | 9d173fd418f58fc2aa9356116feba4ad6291ee51 /security/cyrus-sasl | |
parent | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (diff) |
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...
Notes
Notes:
svn path=/head/; revision=86964
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r-- | security/cyrus-sasl/scripts/configure.sasl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/scripts/configure.sasl b/security/cyrus-sasl/scripts/configure.sasl index 33253768b3d2..33a794543eb5 100644 --- a/security/cyrus-sasl/scripts/configure.sasl +++ b/security/cyrus-sasl/scripts/configure.sasl @@ -155,8 +155,8 @@ while [ "$1" ]; do rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc exit 1 fi - echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20" - echo "LIB_DEPENDS+= lber.2:\${PORTSDIR}/net/openldap20" + echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20-client" + echo "LIB_DEPENDS+= lber.2:\${PORTSDIR}/net/openldap20-client" echo "CONFIGURE_ARGS+= --with-ldap=\${PREFIX}" LDAP_REQ=ldap OPENLDAP=1 |