aboutsummaryrefslogtreecommitdiff
path: root/net-im/centericq
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-07-09 07:52:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-07-09 07:52:57 +0000
commitd9ed08c595f8e9508a3ad8b59b718de0f747fdba (patch)
tree07deda71f8ff2e15579272fa75a1945dc82facf1 /net-im/centericq
parentc69023ed3bd9958fb81a943363fd1a9c08f5c936 (diff)
downloadports-d9ed08c595f8e9508a3ad8b59b718de0f747fdba.tar.gz
ports-d9ed08c595f8e9508a3ad8b59b718de0f747fdba.zip
Notes
Diffstat (limited to 'net-im/centericq')
-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)