Index: head/devel/quilt/Makefile =================================================================== --- head/devel/quilt/Makefile +++ head/devel/quilt/Makefile @@ -18,7 +18,8 @@ gpatch:devel/patch \ gdiff:textproc/diffutils \ diffstat:textproc/diffstat \ - gawk:lang/gawk + gawk:lang/gawk \ + ${LOCALBASE}/bin/grep:textproc/gnugrep RUN_DEPENDS:= ${BUILD_DEPENDS} \ formail:mail/procmail @@ -33,7 +34,8 @@ CONFIGURE_ARGS= --with-sed=${LOCALBASE}/bin/gsed \ --without-getopt \ --with-patch=${LOCALBASE}/bin/gpatch \ - --with-diff=${LOCALBASE}/bin/gdiff + --with-diff=${LOCALBASE}/bin/gdiff \ + --with-grep=${LOCALBASE}/bin/grep PORTDOCS= README README.MAIL quilt.pdf Index: head/devel/quilt/pkg-plist =================================================================== --- head/devel/quilt/pkg-plist +++ head/devel/quilt/pkg-plist @@ -51,6 +51,7 @@ %%DATADIR%%/compat/date %%DATADIR%%/compat/diff %%DATADIR%%/compat/getopt +%%DATADIR%%/compat/grep %%DATADIR%%/compat/md5sum %%DATADIR%%/compat/patch %%DATADIR%%/compat/sed