summaryrefslogtreecommitdiffstats
path: root/chat-im/licq/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/licq/DEPENDS')
-rwxr-xr-xchat-im/licq/DEPENDS21
1 files changed, 21 insertions, 0 deletions
diff --git a/chat-im/licq/DEPENDS b/chat-im/licq/DEPENDS
new file mode 100755
index 0000000000..be7a4e813f
--- /dev/null
+++ b/chat-im/licq/DEPENDS
@@ -0,0 +1,21 @@
+if [ "$LICQ_CVS" == "y" ]; then
+ depends CVS &&
+ depends automake
+fi &&
+if [ "$XOSD" == "y" ]; then
+ depends xosd
+fi &&
+if [ "$CDK" == "y" ]; then
+ depends cdk
+fi &&
+if [ "$QTGUI" == "y" ]; then
+ depends qt-x11
+fi &&
+depends autoconf &&
+optional_depends "openssl" "" "" "for secure communication between clients" &&
+if [ "$QTGUI" == "y" ]; then
+optional_depends "kdelibs" \
+ "--with-kde" \
+ "" \
+ "for KDE integration"
+fi