summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
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