diff options
author | jlam <jlam> | 2004-12-02 14:39:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-12-02 14:39:56 +0000 |
commit | 0226b0f3dcb2c22d4f4cd6764633b72c63d5d233 (patch) | |
tree | 857ee08dcde0a956d17796918fb25fd893022789 /mail | |
parent | 073a25e1bd824dcf0e1a447eebe046ea6eaee083 (diff) | |
download | pkgsrc-0226b0f3dcb2c22d4f4cd6764633b72c63d5d233.tar.gz |
Fix thinko with previous commit -- the builtin db1 is okay to use.
Bump the PKGREVISION to note the change in the default.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/options.mk | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 063a1758c2c..dcdfe634e7e 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.152 2004/11/30 20:54:38 jlam Exp $ +# $NetBSD: Makefile,v 1.153 2004/12/02 14:39:56 jlam Exp $ DISTNAME= postfix-2.1.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ DIST_SUBDIR= postfix diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk index 4125944258d..b64008e3a59 100644 --- a/mail/postfix/options.mk +++ b/mail/postfix/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2004/11/30 20:54:38 jlam Exp $ +# $NetBSD: options.mk,v 1.13 2004/12/02 14:39:56 jlam Exp $ # Global and legacy options @@ -13,7 +13,6 @@ PKG_SUPPORTED_OPTIONS= bdb inet6 ldap mysql mysql4 pcre pgsql sasl tls PKG_OPTIONS+= bdb # "hash" map type is mandatory .endif .if !empty(PKG_OPTIONS:Mbdb) -USE_DB185= no . include "../../mk/bdb.buildlink3.mk" CCARGS+= -DHAS_DB AUXLIBS+= ${BUILDLINK_LDFLAGS.${BDB_TYPE}} ${BDB_LIBS} |