summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormspo <mspo>2013-06-14 18:19:17 +0000
committermspo <mspo>2013-06-14 18:19:17 +0000
commitad8f3087a874ebfeb35c4eedfd5b55024d549dc2 (patch)
treed3931fbee108d0e0cbea394227aaa5d3763caa15
parentda9f962a10ce0c7791c06649f4ce0fd0e6a7555b (diff)
downloadpkgsrc-ad8f3087a874ebfeb35c4eedfd5b55024d549dc2.tar.gz
if linux, use , else use gsed
-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