diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
commit | 194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00 (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /net-im | |
parent | d00964c5ca301785a1907fb7ee6dff8d7fbdb044 (diff) | |
download | freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.gz freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.zst freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.zip |
Fix some non default LIB_DEPENDS
With hat: portmgr
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 |