diff options
author | jlam <jlam@pkgsrc.org> | 2004-07-23 15:00:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-07-23 15:00:29 +0000 |
commit | 96c5ad5e064f8253ac7c4a37625036fbeba7b7fd (patch) | |
tree | 9a6b4b542e74910f209c9b6db76a6c563426bb15 | |
parent | 6a742c7c9ac99836bd8f4e4c0612c3fa305bdf22 (diff) | |
download | pkgsrc-96c5ad5e064f8253ac7c4a37625036fbeba7b7fd.tar.gz |
Add POSTFIX_OPTIONS to the +BUILD_INFO file.
-rw-r--r-- | mail/postfix/Makefile.options | 3 |
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} |