summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormartti <martti>2008-10-16 09:49:13 +0000
committermartti <martti>2008-10-16 09:49:13 +0000
commit5c048deddee6dbae233b8e0927f9e7eb97ca76fd (patch)
tree8f3eb4724dd1d9bf171b98a62aa68a9ce5beee8e /mail
parent88e15483a24845bfa55b1a476109a1b7fb9989e1 (diff)
downloadpkgsrc-5c048deddee6dbae233b8e0927f9e7eb97ca76fd.tar.gz
Added note about SQLite patch.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/options.mk3
-rw-r--r--mail/postfix/options.mk3
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"