diff options
author | pawel <pawel@FreeBSD.org> | 2013-12-11 02:29:23 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-12-11 02:29:23 +0800 |
commit | 9514bc8a5ca8973af65523d8d0489e0c1cf23d03 (patch) | |
tree | 01abf4ddc512fc92a01c1ee395455958b2a0b4e9 | |
parent | 2788f2969c3e3903ee43b71a93ea87f41d7c7db6 (diff) | |
download | freebsd-ports-gnome-9514bc8a5ca8973af65523d8d0489e0c1cf23d03.tar.gz freebsd-ports-gnome-9514bc8a5ca8973af65523d8d0489e0c1cf23d03.tar.zst freebsd-ports-gnome-9514bc8a5ca8973af65523d8d0489e0c1cf23d03.zip |
Links dynamically to libcdb after databases/tinycdb update
PR: ports/184666
Submitted by: me
Approved by: bapt (portmgr)
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix27/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix28/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix29/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index aecd4539d0c3..40e2c7b04d42 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -216,7 +216,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 diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 288c39c77937..d869a235efea 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -218,7 +218,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 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 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 diff --git a/mail/postfix29/Makefile b/mail/postfix29/Makefile index ae14db858af6..f696d5481c67 100644 --- a/mail/postfix29/Makefile +++ b/mail/postfix29/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 |