diff options
Diffstat (limited to 'mail/sendmail/Makefile')
-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 2461896801e..60b45b14f8f 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2002/06/17 21:05:06 tron Exp $ +# $NetBSD: Makefile,v 1.49 2002/06/17 21:08:16 tron Exp $ DISTNAME= sendmail.8.11.6 PKGNAME= sendmail-8.11.6 @@ -46,7 +46,7 @@ USE_DB2?= YES USE_DB2?= NO .endif .if ${USE_DB2} == YES -DEPENDS+= db-2.7.7:../../databases/db +.include "../../databases/db/buildlink.mk" .endif .if defined(USE_LDAP) && ${USE_LDAP} == YES |