aboutsummaryrefslogtreecommitdiff
path: root/mail/isync
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/isync
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/isync')
-rw-r--r--mail/isync/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 5b8cc093fc59..fefc78fd9664 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -14,13 +14,11 @@ LICENSE= GPLv2
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
-USES= alias cpe
+USES= alias bdb cpe ssl
CPE_VENDOR= oswald_buddenhagen
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sasl=${LOCALBASE} \
--with-ssl=${OPENSSLLIB:H}
-USE_OPENSSL= yes
-USE_BDB= 46+
CPPFLAGS+= -I${BDB_INCLUDE_DIR}
LDFLAGS+= -L${BDB_LIB_DIR}