summaryrefslogtreecommitdiff
path: root/mail/noattach
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-04-01 15:00:33 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-04-01 15:00:33 +0000
commit0640544e5c99a2b1dfc10ac47f01d53639f2c45e (patch)
tree710ae54e6212c778b926a0b45102c0ee378cdf9b /mail/noattach
parentupdate php.ini to permit attachments (diff)
Fixed:
if you have some sendmail compiled with LDAP support the configure fails because -ldap -llber are not used in the sm_snprintf test. Submitted by: Stephane.Lentz@ansf.alcatel.fr
Notes
Notes: svn path=/head/; revision=57139
Diffstat (limited to 'mail/noattach')
-rw-r--r--mail/noattach/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/noattach/Makefile b/mail/noattach/Makefile
index 6a0193bc2fa7..6815b6c060ce 100644
--- a/mail/noattach/Makefile
+++ b/mail/noattach/Makefile
@@ -19,6 +19,9 @@ FLAGS+= ${PTHREAD_LIBS}
GNU_CONFIGURE= yes
DOCSFILES= AUTHORS THANKS COPYING INSTALL NEWS README TODO ChangeLog
SAMPLEFILES= README noattach.patterns noattach.patterns.johncon
+.if defined(SENDMAIL_WITH_LDAP)
+CONFIGURE_ARGS+= --enable-ldap
+.endif
.include <bsd.port.pre.mk>