aboutsummaryrefslogtreecommitdiff
path: root/scripts/grep/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/grep/build.sh')
-rw-r--r--scripts/grep/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/grep/build.sh b/scripts/grep/build.sh
index 7d396d9..4b7ae47 100644
--- a/scripts/grep/build.sh
+++ b/scripts/grep/build.sh
@@ -5,6 +5,11 @@ revision=0
sources=(
"http://mirror.rit.edu/gnu/${name}/${name}-${version}.tar.xz"
)
+build_depends=(
+ "automake"
+ "autoconf"
+ "xz"
+)
depends=()