diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-13 20:37:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-13 20:37:55 +0000 |
commit | 7fced38d3d1bbb0de714a56498d8edbc345ce82c (patch) | |
tree | 257cbd4e873f72046345e61c6ed0c396079d0af2 /x11 | |
parent | c826f605365bae8b4d4baaea967c9631061e7f80 (diff) | |
download | aports-7fced38d3d1bbb0de714a56498d8edbc345ce82c.tar.bz2 aports-7fced38d3d1bbb0de714a56498d8edbc345ce82c.tar.xz |
x11/pixman: upgrade to 0.15.2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/pixman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/pixman/APKBUILD b/x11/pixman/APKBUILD index aabda5c4a7..13fa469f67 100644 --- a/x11/pixman/APKBUILD +++ b/x11/pixman/APKBUILD @@ -7,7 +7,7 @@ url="http://xorg.freedesktop.org" license="custom" subpackages="$pkgname-dev" depends="uclibc" -makedepends="g++" +makedepends="g++ perl" source="http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2" build() { |