pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cunit cunit: use tools framework for autoconf



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec28099b0920
branches:  trunk
changeset: 444176:ec28099b0920
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 03 11:23:16 2021 +0000

description:
cunit: use tools framework for autoconf

diffstat:

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

diffs (20 lines):

diff -r 7bf4f30eed47 -r ec28099b0920 devel/cunit/Makefile
--- a/devel/cunit/Makefile      Sun Jan 03 11:22:09 2021 +0000
+++ b/devel/cunit/Makefile      Sun Jan 03 11:23:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/26 05:26:23 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2021/01/03 11:23:16 wiz Exp $
 
 DISTNAME=              CUnit-2.1-0-src
 PKGNAME=               CUnit-2.1
@@ -10,9 +10,9 @@
 HOMEPAGE=              http://cunit.sourceforge.net/
 COMMENT=               C Unit checking test software
 
+USE_TOOLS+=            autoconf:run
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-DEPENDS+=              autoconf-[0-9]*:../../devel/autoconf
 
 WRKSRC=                        ${WRKDIR}/CUnit-2.1-0
 



Home | Main Index | Thread Index | Old Index