summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-07-23 15:00:29 +0000
committerjlam <jlam@pkgsrc.org>2004-07-23 15:00:29 +0000
commitf655335e50617b0460a9aed9f5de2bc7be310cf8 (patch)
tree9a6b4b542e74910f209c9b6db76a6c563426bb15 /mail
parent6801b8aa6ac17a9ef4915ae725b08ba930837dc5 (diff)
downloadpkgsrc-f655335e50617b0460a9aed9f5de2bc7be310cf8.tar.gz
Add POSTFIX_OPTIONS to the +BUILD_INFO file.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile.options3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile.options b/mail/postfix/Makefile.options
index fd347f5b1dd..b7efb2bb0db 100644
--- a/mail/postfix/Makefile.options
+++ b/mail/postfix/Makefile.options
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.2 2004/07/19 20:34:50 jlam Exp $
+# $NetBSD: Makefile.options,v 1.3 2004/07/23 15:00:29 jlam Exp $
#
# POSTFIX_ALL_OPTIONS lists all of the currently-supported optional modules
# that may be built into Postfix.
@@ -7,6 +7,7 @@
#
POSTFIX_ALL_OPTIONS= inet6 ldap mysql mysql4 pcre sasl tls
POSTFIX_OPTIONS?= # empty
+BUILD_DEFS+= POSTFIX_OPTIONS
_POSTFIX_OPTIONS= # empty
.for _opt_ in ${POSTFIX_OPTIONS}