diff options
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() { |