diff options
-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 |