summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-10-17 22:48:34 +0000
committerdholland <dholland@pkgsrc.org>2015-10-17 22:48:34 +0000
commit21944ec7af83a68d413307fda99fe1f535f74007 (patch)
tree6a8befb4356b16fa0ad45a35b5213c1d195dd195 /devel
parent1ef8fa72d1f415557f2ae2911c0cc61054f9c334 (diff)
downloadpkgsrc-21944ec7af83a68d413307fda99fe1f535f74007.tar.gz
Since the configure script objects to OpenBSD's grep and this depends
on coreutils anyway, have it always just use ggrep.
Diffstat (limited to 'devel')
-rw-r--r--devel/quilt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile
index f1b84319c70..ed2f451bb43 100644
--- a/devel/quilt/Makefile
+++ b/devel/quilt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:59 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/10/17 22:48:34 dholland Exp $
#
DISTNAME= quilt-0.64
@@ -31,6 +31,7 @@ DEPENDS+= patch>=2.4:../../devel/patch
CONFIGURE_ARGS+= --with-cp=${PREFIX}/bin/gcp
CONFIGURE_ARGS+= --with-date=${PREFIX}/bin/gdate
+CONFIGURE_ARGS+= --with-grep=${PREFIX}/bin/ggrep
CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/gpatch
CONFIGURE_ARGS+= --with-sed=${PREFIX}/bin/gsed
.endif