diff options
Diffstat (limited to 'net-im')
-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 |