pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Add POSTFIX_OPTIONS to the +BUILD_INFO file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b78ea02794c6
branches:  trunk
changeset: 478410:b78ea02794c6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 23 15:00:29 2004 +0000

description:
Add POSTFIX_OPTIONS to the +BUILD_INFO file.

diffstat:

 mail/postfix/Makefile.options |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 53d62248018c -r b78ea02794c6 mail/postfix/Makefile.options
--- a/mail/postfix/Makefile.options     Fri Jul 23 15:00:12 2004 +0000
+++ b/mail/postfix/Makefile.options     Fri Jul 23 15:00:29 2004 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index