summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-04-03 19:30:45 +0000
committerlofi <lofi@FreeBSD.org>2005-04-03 19:30:45 +0000
commit11c53542fcd126f52dd9e5c44b1228eb96469c22 (patch)
tree9c08d1c1cf85ede422173209acbd9c745bcd64cf
parentf59287879e85d96b6bf57622273eccc7a8f9710e (diff)
downloadFreeBSD-ports-11c53542fcd126f52dd9e5c44b1228eb96469c22.zip
FreeBSD-ports-11c53542fcd126f52dd9e5c44b1228eb96469c22.tar.gz
Fix build for the base-system sendmail/ldap-enabled case.
-rw-r--r--mail/spamass-milter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile
index 4b90303..1f1cc44 100644
--- a/mail/spamass-milter/Makefile
+++ b/mail/spamass-milter/Makefile
@@ -36,6 +36,8 @@ WITH_LDAP=yes
.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP)
USE_OPENLDAP=yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.endif
.if !defined(WITH_SENDMAIL_BASE) && \
OpenPOWER on IntegriCloud