summaryrefslogtreecommitdiffstats
path: root/chat-im/licq/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/licq/DEPENDS')
-rwxr-xr-xchat-im/licq/DEPENDS27
1 files changed, 10 insertions, 17 deletions
diff --git a/chat-im/licq/DEPENDS b/chat-im/licq/DEPENDS
index 34c025dd05..e4d99a0aa2 100755
--- a/chat-im/licq/DEPENDS
+++ b/chat-im/licq/DEPENDS
@@ -1,28 +1,21 @@
-if [ "$LICQ_SVN" == "y" ]; then
- depends SVN &&
- depends automake
+if [[ "$LICQ_BRANCH" == "scm" ]]; then
+ depends git
fi &&
-if [ "$XOSD" == "y" ]; then
+if [ "$LICQ_XOSD" == "y" ]; then
depends xosd
fi &&
-if [ "$CDK" == "y" ]; then
+if [ "$LICQ_CDK" == "y" ]; then
depends cdk
fi &&
-if [ "$QTGUI" == "y" ]; then
- depends qt-x11
-fi &&
-if [ "$QT4GUI" == "y" ]; then
+if [ "$LICQ_QT4GUI" == "y" ]; then
depends qt4
fi &&
-depends autoconf &&
+if [ "$LICQ_AOSD" == "y" ]; then
+ depends libaosd
+fi &&
+depends cmake &&
depends boost &&
optional_depends "openssl" \
"" \
"--disable-openssl" \
- "for secure communication between clients" &&
-if [ "$QTGUI" == "y" ]; then
-optional_depends "kdelibs" \
- "--with-kde" \
- "" \
- "for KDE integration"
-fi
+ "for secure communication between clients"