diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-05-18 21:59:30 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-05-18 21:59:30 +0800 |
commit | 90d271aa26505761c16fba95e6a7c0009f528f3a (patch) | |
tree | 57f6340e17fb87fd40b54d8229a06f2338e38344 /mail/exim-old | |
parent | 0cd529fd9c088abe7c2c461ec81b3e8391e235a6 (diff) | |
download | freebsd-ports-gnome-90d271aa26505761c16fba95e6a7c0009f528f3a.tar.gz freebsd-ports-gnome-90d271aa26505761c16fba95e6a7c0009f528f3a.tar.zst freebsd-ports-gnome-90d271aa26505761c16fba95e6a7c0009f528f3a.zip |
Provide visual cues to frob the ldap knobs, after receiving user
feedback that they work.
Reported by: rip@itouch.co.za (R.I.Pienaar)
Diffstat (limited to 'mail/exim-old')
-rw-r--r-- | mail/exim-old/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index d258fa5c2018..36b5178bf84b 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -31,11 +31,19 @@ MAKE_ENV+= OSTYPE=${OPSYS} ARCHTYPE=${MACHINE_ARCH} #WITH_MYSQL= yes #WITH_PAM= yes -# If WITH_PAM==yes then one or more of PAM_CRAM_MD5 and PAM_PLAINTEXT +# If WITH_PAM is defined then one or more of PAM_CRAM_MD5 and PAM_PLAINTEXT # must be left uncommented. PAM_CRAM_MD5= yes PAM_PLAINTEXT= yes +# Uncommment the WITH_LDAP definition to enable LDAP lookups (requires +# the openldap port. +#WITH_LDAP= yes + +# If WITH_LDAP is defined, LDAP_LIB_TYPE must be one of UMICHIGAN, +# NETSCAPE or SOLARIS7. +LDAP_LIB_TYPE=UMICHIGAN + # Uncomment to compile support for non-standard mailbox formats. #WITH_MAILDIR= yes #WITH_MAILSTORE= yes @@ -49,8 +57,6 @@ SEDLIST= -e 's,XX_PREFIX_XX,${PREFIX},' \ SEDLIST+= -e 's/^EXIM_MONITOR/\#EXIM_MONITOR/' .endif -# BROKEN: the WITH_LDAP stuff will not work until the openldap port -# builds a shared liblber. .if defined(WITH_LDAP) LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap SEDLIST+= -e 's,XX_LDAP_LIBS_XX,-L${PREFIX}/lib -llber -lldap,' \ |