aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/centericq
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-07-09 15:52:57 +0800
committerijliao <ijliao@FreeBSD.org>2004-07-09 15:52:57 +0800
commitecd9b057f54a03794ccc5663f093c2fbd1fc95b8 (patch)
treedabb3e079b6d9c499d172647993373265068ba21 /net-im/centericq
parent6bddbd59b635705e04221f61a3acad2c513166fb (diff)
downloadfreebsd-ports-gnome-ecd9b057f54a03794ccc5663f093c2fbd1fc95b8.tar.gz
freebsd-ports-gnome-ecd9b057f54a03794ccc5663f093c2fbd1fc95b8.tar.zst
freebsd-ports-gnome-ecd9b057f54a03794ccc5663f093c2fbd1fc95b8.zip
fix msn lib depends
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)