summaryrefslogtreecommitdiff
path: root/mail/sendmail812
diff options
context:
space:
mode:
authorjlam <jlam>2005-03-28 09:39:56 +0000
committerjlam <jlam>2005-03-28 09:39:56 +0000
commit1f0df46bad09b9f60d5d6800b5ab2ad018f6a700 (patch)
tree5d91fd966c8e45560c66a1bcaeac4915342fbba0 /mail/sendmail812
parent3807f6c942a0b55f389d0c04f65fdaaee34fcaf1 (diff)
downloadpkgsrc-1f0df46bad09b9f60d5d6800b5ab2ad018f6a700.tar.gz
Remove security/cyrus-sasl and security/cy-login. These packages
tracked the Cyrus SASL 1.5.x releases, which are no longer maintained. Adjust packages to use security/cyrus-sasl2 instead for SASL support. This closes PR pkg/28218 and PR pkg/29736.
Diffstat (limited to 'mail/sendmail812')
-rw-r--r--mail/sendmail812/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index 585e77165f7..1054fceeaac 100644
--- a/mail/sendmail812/Makefile
+++ b/mail/sendmail812/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:12:54 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/28 09:39:57 jlam Exp $
.include "../../mail/sendmail812/Makefile.common"
@@ -28,8 +28,6 @@ USE_DB2?= NO
.if defined(USE_SASL2) && ${USE_SASL2} == YES
.include "../../security/cyrus-sasl2/buildlink3.mk"
-.elif defined(USE_SASL) && ${USE_SASL} == YES
-.include "../../security/cyrus-sasl/buildlink3.mk"
.endif
.if defined(USE_STARTTLS) && ${USE_STARTTLS} == YES