pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/binutils binutils: add missing TEST_DEPENDS on d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acb893c11939
branches:  trunk
changeset: 443537:acb893c11939
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue Dec 15 09:18:14 2020 +0000

description:
binutils: add missing TEST_DEPENDS on devel/dejagnu.

diffstat:

 devel/binutils/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4c5a9c766116 -r acb893c11939 devel/binutils/Makefile
--- a/devel/binutils/Makefile   Tue Dec 15 09:12:07 2020 +0000
+++ b/devel/binutils/Makefile   Tue Dec 15 09:18:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2020/12/12 16:41:13 fcambus Exp $
+# $NetBSD: Makefile,v 1.91 2020/12/15 09:18:14 fcambus Exp $
 
 DISTNAME=      binutils-2.35.1
 PKGREVISION=   2
@@ -49,6 +49,8 @@
 INFO_FILES=    yes
 TEST_TARGET=   check
 
+TEST_DEPENDS+= dejagnu-[0-9]*:../../devel/dejagnu
+
 INSTALLATION_DIRS=     ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1
 
 # gprof (XXX: and others?) cannot be built on all platforms



Home | Main Index | Thread Index | Old Index