From d9ed08c595f8e9508a3ad8b59b718de0f747fdba Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 9 Jul 2004 07:52:57 +0000 Subject: fix msn lib depends --- net-im/centericq/Makefile | 3 ++- net/centericq/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 39b38bc00663..b181de91bd78 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -44,8 +44,9 @@ CONFIGURE_ARGS+= --with-fribidi .endif .if !defined(WITH_MSN) -LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --disable-msn +.else +LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl .endif .if !defined(WITH_YAHOO) diff --git a/net/centericq/Makefile b/net/centericq/Makefile index 39b38bc00663..b181de91bd78 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -44,8 +44,9 @@ CONFIGURE_ARGS+= --with-fribidi .endif .if !defined(WITH_MSN) -LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --disable-msn +.else +LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl .endif .if !defined(WITH_YAHOO) -- cgit v1.2.3