summaryrefslogtreecommitdiff
path: root/mail/postfix28
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-12-10 18:29:23 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-12-10 18:29:23 +0000
commit866929040ba7d2e4a9fea24872a84e9d595d1874 (patch)
tree01abf4ddc512fc92a01c1ee395455958b2a0b4e9 /mail/postfix28
parentchase tinycdb change (diff)
Links dynamically to libcdb after databases/tinycdb update
PR: ports/184666 Submitted by: me Approved by: bapt (portmgr)
Notes
Notes: svn path=/head/; revision=336075
Diffstat (limited to 'mail/postfix28')
-rw-r--r--mail/postfix28/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 349c58536be2..e680ac7a8dfd 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -220,7 +220,7 @@ POSTFIX_CCARGS+= -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL
.endif
.if ${PORT_OPTIONS:MCDB}
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb
+LIB_DEPENDS+= libcdb.so:${PORTSDIR}/databases/tinycdb
POSTFIX_CCARGS+= -DHAS_CDB -I${LOCALBASE}/include
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lcdb
.endif