diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-28 14:32:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-28 14:32:14 +0000 |
commit | e58300f0d3c9edec75c363c01120b74a56ada9a7 (patch) | |
tree | cf3cb6d067efb8ec2bd0e7b849e7f3f2809c9615 /testing | |
parent | 91e1bd253db33d90cc3c49cdf66e38f730adf7c8 (diff) | |
download | aports-e58300f0d3c9edec75c363c01120b74a56ada9a7.tar.bz2 aports-e58300f0d3c9edec75c363c01120b74a56ada9a7.tar.xz |
testing/shotwell: build fix. needs m4
Diffstat (limited to 'testing')
-rw-r--r-- | testing/shotwell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/shotwell/APKBUILD b/testing/shotwell/APKBUILD index adfd248c2..8ab9502a9 100644 --- a/testing/shotwell/APKBUILD +++ b/testing/shotwell/APKBUILD @@ -11,7 +11,7 @@ depends="" makedepends="intltool vala libgee-dev libunique-dev webkit-dev libexif-dev librsvg-dev sqlite-dev udev-dev dbus-glib-dev libgphoto2-dev libgexiv2-dev libraw-dev librsvg-dev gconf-dev json-glib-dev - gnome-vfs-dev" + gnome-vfs-dev m4" install= source="http://yorba.org/download/shotwell/${pkgver%.*}/shotwell-$pkgver.tar.bz2" |