diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-12-18 17:03:21 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-12-18 17:03:21 +0000 |
commit | 690804938f0953d9af0781ce92b01939f2d60c15 (patch) | |
tree | 72ff0f700ed9e700bf583e8ffb5a73172b90e5de /main/gexiv2 | |
parent | bef68067a488364c5b996c879637bea613b4079f (diff) | |
download | aports-690804938f0953d9af0781ce92b01939f2d60c15.tar.bz2 aports-690804938f0953d9af0781ce92b01939f2d60c15.tar.xz |
main/gexiv2: add gnu sed to makedepends (fixes musl build)
Diffstat (limited to 'main/gexiv2')
-rw-r--r-- | main/gexiv2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gexiv2/APKBUILD b/main/gexiv2/APKBUILD index c696b9ca28..5b231c5ad5 100644 --- a/main/gexiv2/APKBUILD +++ b/main/gexiv2/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL" depends= depends_dev="glib-dev exiv2-dev" -makedepends="exiv2-dev glib-dev libtool m4 gobject-introspection-dev" +makedepends="exiv2-dev glib-dev libtool m4 sed gobject-introspection-dev" install= subpackages="$pkgname-dev" source="http://ftp.gnome.org/pub/gnome/sources/gexiv2/${pkgver%.*}/gexiv2-$pkgver.tar.xz" |