aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2015-01-03 00:56:07 +0800
committerdinoex <dinoex@FreeBSD.org>2015-01-03 00:56:07 +0800
commit85ab93a18a758e121bb735831ba074c1bc9b0b07 (patch)
tree93a4faa40a5776af4672b35a3fa33bcd871cfc29 /mail
parent11dd2c769fb0b9e307b64c2359d5bd39ce26497a (diff)
downloadfreebsd-ports-gnome-85ab93a18a758e121bb735831ba074c1bc9b0b07.tar.gz
freebsd-ports-gnome-85ab93a18a758e121bb735831ba074c1bc9b0b07.tar.zst
freebsd-ports-gnome-85ab93a18a758e121bb735831ba074c1bc9b0b07.zip
- fix build after removal of Berkeley DB port
Diffstat (limited to 'mail')
-rw-r--r--mail/meta1/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile
index 1be7f1eeb9a4..c03a86724945 100644
--- a/mail/meta1/Makefile
+++ b/mail/meta1/Makefile
@@ -2,7 +2,7 @@
PORTNAME= meta1
PORTVERSION= 1.0.0b.0.0
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSION= 1.0.Beta0.0
CATEGORIES= mail ipv6
MASTER_SITES= http://www.MeTA1.org/download/.beta/proto/
@@ -45,7 +45,7 @@ META1CONFDIR?= ${PREFIX}/etc/meta1
NOLOGIN_CMD?= /usr/sbin/nologin
OPTIONS_DEFINE= BDB PMILTER DKIM MSP SASL2 SASL2AUTHD TLS DOCS
-OPTIONS_DEFAULT= BDB PMILTER DKIM SASL2 TLS
+OPTIONS_DEFAULT= PMILTER DKIM SASL2 TLS
NO_OPTIONS_SORT=yes
OPTIONS_SUB= yes
@@ -69,8 +69,9 @@ TLS_CONFIGURE_ENABLE= TLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MBDB}
+BROKEN= port version of Berkeley DB is not compatible
USE_BDB= 42+
-INVALID_BDB_VER= 46 47 48 5
+INVALID_BDB_VER= 46 47 48 5 6
BERKELEYDB_SUFFIX= -db${BDB_VER}
CONFIGURE_ARGS+= --disable-included-bdb
CONFIGURE_ARGS+= --with-bdb-incdir=${BDB_INCLUDE_DIR}