summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-10-05 05:46:54 +0000
committerschmonz <schmonz@pkgsrc.org>2005-10-05 05:46:54 +0000
commitba7a2ddf664976194a1a9e3d23b0705f55f2036f (patch)
treec0373cbd646f8217c0d2ac9f62e2a39df7307ecc /mail
parent5c4a2be5548a5a9b3a234030c858722e5a038e7b (diff)
downloadpkgsrc-ba7a2ddf664976194a1a9e3d23b0705f55f2036f.tar.gz
Remove legacy DJB_ERRNO_HACK (replaced with djbware-errno-hack option).
Diffstat (limited to 'mail')
-rw-r--r--mail/ezmlm/options.mk4
-rw-r--r--mail/qmail/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/ezmlm/options.mk b/mail/ezmlm/options.mk
index ac5def19852..f80b13b2d85 100644
--- a/mail/ezmlm/options.mk
+++ b/mail/ezmlm/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.5 2005/10/05 04:28:00 schmonz Exp $
+# $NetBSD: options.mk,v 1.6 2005/10/05 05:46:54 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ezmlm
PKG_SUPPORTED_OPTIONS+= ezmlm-althash
.if ${OPSYS} == "Darwin"
-PKG_SUGGESTED_OPTIONS= ezmlm-althash
+PKG_SUGGESTED_OPTIONS+= ezmlm-althash
.endif
.include "../../mk/bsd.options.mk"
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk
index dda4640285a..b17f3977cb0 100644
--- a/mail/qmail/options.mk
+++ b/mail/qmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2005/10/05 04:28:00 schmonz Exp $
+# $NetBSD: options.mk,v 1.17 2005/10/05 05:46:54 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail
PKG_SUPPORTED_OPTIONS+= darwin sasl syncdir tls qmail-badrcptto qmail-bigdns
@@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS+= qmail-netqmail qmail-outgoingip qmail-qregex
PKG_SUPPORTED_OPTIONS+= qmail-realrcptto qmail-viruscan
.if ${OPSYS} == "Darwin"
-PKG_SUGGESTED_OPTIONS= darwin
+PKG_SUGGESTED_OPTIONS+= darwin
.endif
.include "../../mk/bsd.options.mk"