summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-25 14:38:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-25 14:38:20 +0000
commitd9e47f0a9da3e21f1fbda6eef5e978e6fb5d3116 (patch)
tree4cb9e12987d0e520378e1533a8e73a87354eda34
parent7047c0a1c6cfb7792bdcca3b807f2a9a97cb7587 (diff)
downloadaports-d9e47f0a9da3e21f1fbda6eef5e978e6fb5d3116.tar.bz2
aports-d9e47f0a9da3e21f1fbda6eef5e978e6fb5d3116.tar.xz
testing/libsyncml: build fix
needs cmake
-rw-r--r--testing/libsyncml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libsyncml/APKBUILD b/testing/libsyncml/APKBUILD
index e10642d3e..0d8617113 100644
--- a/testing/libsyncml/APKBUILD
+++ b/testing/libsyncml/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="Implementation of the SyncML protocol"
url="http://libsyncml.opensync.org/"
license="LGPL-2.1"
depends=
-makedepends="glib-dev libxml2-dev libwbxml-dev openobex-dev bluez-dev"
+makedepends="glib-dev libxml2-dev libwbxml-dev openobex-dev bluez-dev cmake"
install=
subpackages="$pkgname-dev"
source="http://downloads.sourceforge.net/libsyncml/libsyncml-$pkgver.tar.bz2"