pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pax-utils pax-utils: needs gsed.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8972c64e46a5
branches:  trunk
changeset: 379007:8972c64e46a5
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue May 10 13:07:50 2022 +0000

description:
pax-utils: needs gsed.

Fixes the build on Darwin.

diffstat:

 devel/pax-utils/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7d0a6aafc604 -r 8972c64e46a5 devel/pax-utils/Makefile
--- a/devel/pax-utils/Makefile  Tue May 10 13:06:14 2022 +0000
+++ b/devel/pax-utils/Makefile  Tue May 10 13:07:50 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/04/25 13:09:08 fcambus Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/10 13:07:50 fcambus Exp $
 
 DISTNAME=      pax-utils-1.3.4
 CATEGORIES=    devel
@@ -10,7 +10,7 @@
 COMMENT=       ELF related utils for ELF 32/64 binaries
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=            bash:run gmake
+USE_TOOLS+=            bash:run gmake gsed
 REPLACE_BASH+=         symtree.sh
 REPLACE_PYTHON+=       lddtree.py
 



Home | Main Index | Thread Index | Old Index