summaryrefslogtreecommitdiff
path: root/package/grep/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-18 18:10:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-18 18:10:19 +0100
commit46b2bb3001ce838ba2483a08418587d8a027f3a9 (patch)
treeb2b618839b5afcc859fcb90556e6f199d9a9a10c /package/grep/Makefile
parent88d3e6d6c572143bd95a589a44e30bfefd616b88 (diff)
parent902ee7e7b23751ca7a8264d36a837aa4aae12032 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grep/Makefile')
-rw-r--r--package/grep/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/grep/Makefile b/package/grep/Makefile
index d608bd8be..d9fc4d56c 100644
--- a/package/grep/Makefile
+++ b/package/grep/Makefile
@@ -9,8 +9,10 @@ PKG_RELEASE:= 2
PKG_MD5SUM:= 92258031d98d4f12dfc6a6d24057e672
PKG_DESCR:= global search for a regular expression and print out matched lines
PKG_SECTION:= utils
+PKG_BUILDDEP:= pcre
PKG_URL:= http://www.gnu.org/software/grep/
PKG_SITES:= ftp://ftp.gnu.org/gnu/grep/
+PKG_NOPARALLEL:= 1
include $(TOPDIR)/mk/package.mk