diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-12-10 18:29:23 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-12-10 18:29:23 +0000 |
commit | 866929040ba7d2e4a9fea24872a84e9d595d1874 (patch) | |
tree | 01abf4ddc512fc92a01c1ee395455958b2a0b4e9 /mail/postfix27 | |
parent | 5c8ef479ae9af47c4615c980b0f1cdda27497c64 (diff) |
Notes
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 45f8bcc4a11a..90fb8d7ec103 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -198,7 +198,7 @@ _REQUIRE+= slapd .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 |