aboutsummaryrefslogtreecommitdiff
path: root/mail/meta1
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-08-08 13:46:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-08-08 13:46:50 +0000
commitf037e396011534f1ed63b7b625f818aaba3b07b6 (patch)
tree509f9c56f6c9e206681219518e92866874b3ae54 /mail/meta1
parent8d571a7a02a3fde266288ca6716fa8521b8ab0a0 (diff)
downloadports-f037e396011534f1ed63b7b625f818aaba3b07b6.tar.gz
ports-f037e396011534f1ed63b7b625f818aaba3b07b6.zip
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419843
Diffstat (limited to 'mail/meta1')
-rw-r--r--mail/meta1/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile
index 92d61d0fd607..9b6d7041c5c8 100644
--- a/mail/meta1/Makefile
+++ b/mail/meta1/Makefile
@@ -71,8 +71,9 @@ MAKE_ENV+= MTA_NETINET6=1
.endif
.if ${PORT_OPTIONS:MBDB}
+# Why keep the option if it can't work ?
BROKEN= port version of Berkeley DB is not compatible
-USE_BDB= 42+
+USES+= bdb
INVALID_BDB_VER= 46 47 48 5 6
BERKELEYDB_SUFFIX= -db${BDB_VER}
CONFIGURE_ARGS+= --disable-included-bdb
@@ -85,7 +86,7 @@ PLIST_SUB+= WITH_BDBINT=""
.endif
.if ${PORT_OPTIONS:MPMILTER}
-USE_OPENSSL= yes
+USES+= ssl
.else
PMILTER_SUFFIX?= -nopmilter
.endif