diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-03 19:30:45 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-03 19:30:45 +0000 |
commit | 11c53542fcd126f52dd9e5c44b1228eb96469c22 (patch) | |
tree | 9c08d1c1cf85ede422173209acbd9c745bcd64cf | |
parent | f59287879e85d96b6bf57622273eccc7a8f9710e (diff) | |
download | FreeBSD-ports-11c53542fcd126f52dd9e5c44b1228eb96469c22.zip FreeBSD-ports-11c53542fcd126f52dd9e5c44b1228eb96469c22.tar.gz |
Fix build for the base-system sendmail/ldap-enabled case.
-rw-r--r-- | mail/spamass-milter/Makefile | 2 |
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) && \ |