pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cunit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  3 11:23:16 UTC 2021

Modified Files:
        pkgsrc/devel/cunit: Makefile

Log Message:
cunit: use tools framework for autoconf


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/cunit/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/cunit/Makefile
diff -u pkgsrc/devel/cunit/Makefile:1.7 pkgsrc/devel/cunit/Makefile:1.8
--- pkgsrc/devel/cunit/Makefile:1.7     Sun Jan 26 05:26:23 2020
+++ pkgsrc/devel/cunit/Makefile Sun Jan  3 11:23:16 2021
@@ -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 @@ MAINTAINER=           pkgsrc-users%NetBSD.org@localhost
 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