diff options
author | martti <martti@pkgsrc.org> | 2008-10-16 09:49:13 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-10-16 09:49:13 +0000 |
commit | 0d0b72dc2f38aa7646a3ad24d264ae91704f85e4 (patch) | |
tree | 8f3eb4724dd1d9bf171b98a62aa68a9ce5beee8e /mail | |
parent | f786f67f141d9d63aa1be167e994e18d138f299e (diff) | |
download | pkgsrc-0d0b72dc2f38aa7646a3ad24d264ae91704f85e4.tar.gz |
Added note about SQLite patch.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/options.mk | 3 | ||||
-rw-r--r-- | mail/postfix/options.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/postfix-current/options.mk b/mail/postfix-current/options.mk index a40405aef3b..b1fdbb0dc0b 100644 --- a/mail/postfix-current/options.mk +++ b/mail/postfix-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.24 2008/10/16 09:45:12 martti Exp $ +# $NetBSD: options.mk,v 1.25 2008/10/16 09:49:13 martti Exp $ # Global and legacy options @@ -84,6 +84,7 @@ AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \ ### ### Support using a SQLite database for table lookups. +### See http://www.treibsand.com/postfix-sqlite/ ### .if !empty(PKG_OPTIONS:Msqlite) . include "../../databases/sqlite3/buildlink3.mk" diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk index dc5e8cafff9..b1259197ca4 100644 --- a/mail/postfix/options.mk +++ b/mail/postfix/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.33 2008/10/16 09:40:20 martti Exp $ +# $NetBSD: options.mk,v 1.34 2008/10/16 09:49:13 martti Exp $ # Global and legacy options @@ -84,6 +84,7 @@ AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \ ### ### Support using a SQLite database for table lookups. +### See http://www.treibsand.com/postfix-sqlite/ ### .if !empty(PKG_OPTIONS:Msqlite) . include "../../databases/sqlite3/buildlink3.mk" |