aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-01-14 21:13:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-16 15:41:29 +0000
commit65d3349d41b748906fb19337b085dbc00ee59a58 (patch)
tree8542cfe19167aa8bfb0608b2deb2c78745c25236
parentb91d477a12229fcbf1bb723745d8e0b9386d3148 (diff)
loudmouth - Added missing dep
-rw-r--r--testing/loudmouth/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/loudmouth/APKBUILD b/testing/loudmouth/APKBUILD
index 3dbb7eb714c..022706d648f 100644
--- a/testing/loudmouth/APKBUILD
+++ b/testing/loudmouth/APKBUILD
@@ -6,10 +6,10 @@ pkgrel=0
pkgdesc="A lightweight Jabber client library"
url="http://groups.google.com/group/loudmouth-dev"
arch="all"
-license="LGPL"
+license="LGPL2+"
depends=""
depends_dev="pkgconfig"
-makedepends="$depends_dev glib-dev gnutls-dev libidn-dev libasyncns-dev"
+makedepends="$depends_dev glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev"
#libasyncns-dev
install=""
subpackages="$pkgname-dev $pkgname-doc"