summaryrefslogtreecommitdiffstats
path: root/mail/noattach/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-04-01 15:00:33 +0000
committerdinoex <dinoex@FreeBSD.org>2002-04-01 15:00:33 +0000
commitba6f8ddaa7dda507841a1cfe2db3f76f79b08a77 (patch)
tree728f5c4dfb7bde07c0aebbc8613f4975ef3395d8 /mail/noattach/Makefile
parenta54e16d0a7a6d9538e388b29b46b970f7e38b7eb (diff)
downloadFreeBSD-ports-ba6f8ddaa7dda507841a1cfe2db3f76f79b08a77.zip
FreeBSD-ports-ba6f8ddaa7dda507841a1cfe2db3f76f79b08a77.tar.gz
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
Diffstat (limited to 'mail/noattach/Makefile')
-rw-r--r--mail/noattach/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/noattach/Makefile b/mail/noattach/Makefile
index 6a0193b..6815b6c 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>
OpenPOWER on IntegriCloud