diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
commit | f71e42907968a943a487a706769c1e40b0bac763 (patch) | |
tree | be2af8add66fe5e1ce694fa8b4ec5da15630db07 /net/proxy-suite | |
parent | 7a9d6125ded9edd0b4a6dae73ccfafce9dd26e70 (diff) | |
download | ports-f71e42907968a943a487a706769c1e40b0bac763.tar.gz ports-f71e42907968a943a487a706769c1e40b0bac763.zip |
Notes
Diffstat (limited to 'net/proxy-suite')
-rw-r--r-- | net/proxy-suite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index cd18cb35563c..5068f40160cc 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --enable-rfc1579 # .if defined(WITH_LDAP) CONFIGURE_ARGS+= --with-libldap -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap +LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 .else CONFIGURE_ARGS+= --without-libldap .endif |