summaryrefslogtreecommitdiff
path: root/devel/quilt
diff options
context:
space:
mode:
authormspo <mspo@pkgsrc.org>2013-06-14 18:19:17 +0000
committermspo <mspo@pkgsrc.org>2013-06-14 18:19:17 +0000
commit0a973c33abb3954fd7f2f8f2157fe733332ab659 (patch)
treed3931fbee108d0e0cbea394227aaa5d3763caa15 /devel/quilt
parentbfde0659b91027945b227e673d42b5ac34dbddcc (diff)
downloadpkgsrc-0a973c33abb3954fd7f2f8f2157fe733332ab659.tar.gz
if linux, use , else use gsed
Diffstat (limited to 'devel/quilt')
-rw-r--r--devel/quilt/Makefile5
1 files changed, 3 insertions, 2 deletions
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