pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binutils



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue Dec 15 09:18:14 UTC 2020

Modified Files:
        pkgsrc/devel/binutils: Makefile

Log Message:
binutils: add missing TEST_DEPENDS on devel/dejagnu.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/binutils/Makefile
diff -u pkgsrc/devel/binutils/Makefile:1.90 pkgsrc/devel/binutils/Makefile:1.91
--- pkgsrc/devel/binutils/Makefile:1.90 Sat Dec 12 16:41:13 2020
+++ pkgsrc/devel/binutils/Makefile      Tue Dec 15 09:18:14 2020
@@ -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 @@ PLIST_SRC+=   ${WRKDIR}/PLIST_DYNAMIC
 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