diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-17 12:58:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-17 12:58:22 +0000 |
commit | 0be3cc9f13b2767f8306ed49fc017ed71697c636 (patch) | |
tree | 9f0570a909c95a841291975269582471bab9ed27 /mail/sendmail | |
parent | d9bf3595eb663a28c960a645224a8b82ef382491 (diff) | |
download | pkgsrc-0be3cc9f13b2767f8306ed49fc017ed71697c636.tar.gz |
Use openssl buildlink.mk instead of USE_SSL.
Diffstat (limited to 'mail/sendmail')
-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 5d7fcd47412..22404586301 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2001/11/29 01:12:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.43 2002/06/17 13:07:01 wiz Exp $ DISTNAME= sendmail.8.11.6 PKGNAME= sendmail-8.11.6 @@ -53,7 +53,7 @@ DEPENDS+= openldap-1.2.*:../../databases/openldap DEPENDS+= db-2.7.7:../../databases/db .endif .if defined(USE_STARTTLS) && ${USE_STARTTLS} == YES -USE_SSL= yes +.include "../../security/openssl/buildlink.mk" .endif post-patch: |