diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-23 10:04:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-23 10:06:11 +0000 |
commit | d7af1525ee281b905cee86adc877dc102e86c1fe (patch) | |
tree | e20d9e3cc581c7cdebb46fe1313d16c18f02852f /main/valgrind | |
parent | d1c41b447396f63a434d9ca888459cd9b016bbdf (diff) | |
download | aports-d7af1525ee281b905cee86adc877dc102e86c1fe.tar.bz2 aports-d7af1525ee281b905cee86adc877dc102e86c1fe.tar.xz |
main/valgrind: build fix
needs perl and bash
Diffstat (limited to 'main/valgrind')
-rw-r--r-- | main/valgrind/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/valgrind/APKBUILD b/main/valgrind/APKBUILD index 32eee9f020..b9b207b666 100644 --- a/main/valgrind/APKBUILD +++ b/main/valgrind/APKBUILD @@ -7,7 +7,7 @@ url="http://valgrind.org/" license="GPL" depends="" # it seems like busybox sed works but the configure script requires GNU sed -makedepends="sed paxctl pax-utils" +makedepends="sed paxctl pax-utils perl bash" # from README_PACKAGERS: # Don't strip the debug info off lib/valgrind/$platform/vgpreload*.so # in the installation tree. Either Valgrind won't work at all, or it |