diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
commit | d22728a7e856c5c9ae691125736d656a2c1163ad (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /net-im/centericq/Makefile | |
parent | Fix some non default LIB_DEPENDS (diff) |
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=362050
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r-- | net-im/centericq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 23400aea5af6..c12069e781e8 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -59,12 +59,12 @@ CONFIGURE_ARGS+= --enable-locales-fix .endif .if ${PORT_OPTIONS:MFRIBIDI} -LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi +LIB_DEPENDS+= libfribidi.so:${PORTSDIR}/converters/fribidi CONFIGURE_ARGS+= --with-fribidi .endif .if ${PORT_OPTIONS:MMSN} -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl .else CONFIGURE_ARGS+= --disable-msn .endif @@ -101,7 +101,7 @@ CONFIGURE_ARGS+= --disable-lj .endif .if ${PORT_OPTIONS:MGG} -LIB_DEPENDS+= gadu.3:${PORTSDIR}/polish/ekg +LIB_DEPENDS+= libgadu.so:${PORTSDIR}/polish/ekg LIBGADU= -lgadu .else CONFIGURE_ARGS+= --disable-gg |