diff options
author | mnag <mnag@FreeBSD.org> | 2006-04-22 22:04:52 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-04-22 22:04:52 +0800 |
commit | 0d71064f274077f553118a41f9229312aed91d4b (patch) | |
tree | 1c4b12a22f9ee217f535324b998c7b0e106e34b9 /mail/postfix22/Makefile | |
parent | c5a9ca666b051f4e521e854a373a24a9172dfa23 (diff) | |
download | freebsd-ports-gnome-0d71064f274077f553118a41f9229312aed91d4b.tar.gz freebsd-ports-gnome-0d71064f274077f553118a41f9229312aed91d4b.tar.zst freebsd-ports-gnome-0d71064f274077f553118a41f9229312aed91d4b.zip |
- Update to use USE_BDB flag
PR: 96048
Submitted by: maintainer
Diffstat (limited to 'mail/postfix22/Makefile')
-rw-r--r-- | mail/postfix22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 329a371d45ac..7152cb281f74 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB43 TLS" +# make -DBATCH POSTFIX_OPTIONS="BDB TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. |