diff options
-rw-r--r-- | net-im/centericq/Makefile | 3 | ||||
-rw-r--r-- | 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) |