From cbabc908e99346ebd421ab4fcb8a731f2d425d90 Mon Sep 17 00:00:00 2001 From: mspo Date: Fri, 14 Jun 2013 18:19:17 +0000 Subject: if linux, use , else use gsed --- devel/quilt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile index 68ead852bb9..4200da1b888 100644 --- a/devel/quilt/Makefile +++ b/devel/quilt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/06/14 18:17:21 mspo Exp $ +# $NetBSD: Makefile,v 1.13 2013/06/14 18:19:17 mspo Exp $ # DISTNAME= quilt-0.48 @@ -18,6 +18,7 @@ USE_TOOLS+= bash:run gettext-tools gmake msgfmt perl:run gsed .if ${OPSYS} == "Linux" CONFIGURE_ARGS+= --with-cp=${CP} CONFIGURE_ARGS+= --with-date=${DATE} +CONFIGURE_ARGS+= --with-sed=${SED} . if exists(/usr/bin/patch) CONFIGURE_ARGS+= --with-patch=/usr/bin/patch . else @@ -31,9 +32,9 @@ DEPENDS+= patch>=2.4:../../devel/patch CONFIGURE_ARGS+= --with-cp=${PREFIX}/bin/gcp CONFIGURE_ARGS+= --with-date=${PREFIX}/bin/gdate CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/gpatch +CONFIGURE_ARGS+= --with-sed=${PREFIX}/bin/gsed .endif -CONFIGURE_ARGS+= --with-sed=${PREFIX}/bin/gsed CONFIGURE_ARGS+= --with-sendmail=/usr/sbin/sendmail CONFIGURE_ARGS+= --without-rpmbuild CONFIGURE_ARGS+= --without-getopt -- cgit v1.2.3