summaryrefslogtreecommitdiffstats
path: root/chat-im/centerim/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/centerim/DEPENDS')
-rwxr-xr-xchat-im/centerim/DEPENDS55
1 files changed, 32 insertions, 23 deletions
diff --git a/chat-im/centerim/DEPENDS b/chat-im/centerim/DEPENDS
index a647eabc36..d66f67ef05 100755
--- a/chat-im/centerim/DEPENDS
+++ b/chat-im/centerim/DEPENDS
@@ -1,23 +1,32 @@
-depends ncurses &&
-depends autoconf &&
-optional_depends openssl \
- "--with-ssl" \
- "--without-ssl" \
- "for ssl support in Jabber" &&
-optional_depends gpgme \
- "--with-gpgme=/usr" \
- "" \
- "for ssl support in Jabber" &&
-optional_depends JPEG \
- "" \
- "--without-libjpeg" \
- "for Gadu-Gadu registration" &&
-optional_depends curl \
- "" \
- "--disable-msn" \
- "for MSN support" &&
-optional_depends libotr \
- "--with-libotr" \
- "--without-libotr" \
- "enable Off-the-Record Messaging" &&
-suggest_depends luit "" "" "utf-8 support"
+depends ncurses &&
+depends -sub CXX gcc &&
+
+if [[ $LIBDRM_BRANCH == stable ]]; then
+ depends autoconf &&
+ optional_depends SSL \
+ "--with-ssl" \
+ "--without-ssl" \
+ "for ssl support in Jabber" &&
+ optional_depends gpgme \
+ "--with-gpgme=/usr" \
+ "" \
+ "for ssl support in Jabber" &&
+ optional_depends JPEG \
+ "" \
+ "--without-libjpeg" \
+ "for Gadu-Gadu registration" &&
+ optional_depends curl \
+ "" \
+ "--disable-msn" \
+ "for MSN support" &&
+ optional_depends libotr \
+ "--with-libotr" \
+ "--without-libotr" \
+ "enable Off-the-Record Messaging" &&
+ suggest_depends luit "" "" "utf-8 support"
+else
+ depends gettext &&
+ depends pidgin &&
+ depends glib2 &&
+ depends libsigc++3
+fi