summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2008-10-16 09:49:13 +0000
committermartti <martti@pkgsrc.org>2008-10-16 09:49:13 +0000
commit0d0b72dc2f38aa7646a3ad24d264ae91704f85e4 (patch)
tree8f3eb4724dd1d9bf171b98a62aa68a9ce5beee8e /mail/postfix
parentf786f67f141d9d63aa1be167e994e18d138f299e (diff)
downloadpkgsrc-0d0b72dc2f38aa7646a3ad24d264ae91704f85e4.tar.gz
Added note about SQLite patch.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/options.mk3
1 files changed, 2 insertions, 1 deletions
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"