diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-25 14:38:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-25 14:38:20 +0000 |
commit | d9e47f0a9da3e21f1fbda6eef5e978e6fb5d3116 (patch) | |
tree | 4cb9e12987d0e520378e1533a8e73a87354eda34 /testing | |
parent | 7047c0a1c6cfb7792bdcca3b807f2a9a97cb7587 (diff) | |
download | aports-d9e47f0a9da3e21f1fbda6eef5e978e6fb5d3116.tar.bz2 aports-d9e47f0a9da3e21f1fbda6eef5e978e6fb5d3116.tar.xz |
testing/libsyncml: build fix
needs cmake
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libsyncml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libsyncml/APKBUILD b/testing/libsyncml/APKBUILD index e10642d3e4..0d8617113c 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" |