aboutsummaryrefslogtreecommitdiff
path: root/net-im/centericq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r--net-im/centericq/Makefile3
1 files changed, 2 insertions, 1 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)