diff options
author | kleink <kleink@pkgsrc.org> | 2000-06-15 12:55:07 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2000-06-15 12:55:07 +0000 |
commit | a0b056ab24816aa88dae982afd3de7ba650fc71b (patch) | |
tree | 8bc213f358f3379fb330901cd09874504f38f838 /mail | |
parent | 57df0c9abe5672c5f09c1ff95f60d48e9586a109 (diff) | |
download | pkgsrc-a0b056ab24816aa88dae982afd3de7ba650fc71b.tar.gz |
Match openldap-1.2.*.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index e276c0dc797..b011c30d194 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/06/15 12:32:33 veego Exp $ +# $NetBSD: Makefile,v 1.17 2000/06/15 12:55:07 kleink Exp $ DISTNAME= sendmail.8.9.3 PKGNAME= sendmail-8.9.3 @@ -52,7 +52,7 @@ MAKE_ENV+= DB_ENVDEF="" DB_LIBS="" PLIST_SRC= ${WRKDIR}/.PLIST_SRC .if defined(USE_LDAP) && ${USE_LDAP} == YES -DEPENDS+= openldap-1.2.7p1:../../databases/openldap +DEPENDS+= openldap-1.2.*:../../databases/openldap MAKE_ENV+= LDAP_CONF="-DLDAPMAP" \ LDAP_ENVDEF="-I${LOCALBASE}/include" \ |