Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 18:15:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375054 - head/devel/cunit
Message-ID:  <201412201815.sBKIFfiL060489@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 20 18:15:40 2014
New Revision: 375054
URL: https://svnweb.freebsd.org/changeset/ports/375054
QAT: https://qat.redports.org/buildarchive/r375054/

Log:
  - Use USES=autoreconf

Modified:
  head/devel/cunit/Makefile

Modified: head/devel/cunit/Makefile
==============================================================================
--- head/devel/cunit/Makefile	Sat Dec 20 18:15:34 2014	(r375053)
+++ head/devel/cunit/Makefile	Sat Dec 20 18:15:40 2014	(r375054)
@@ -28,9 +28,8 @@ MEMTRACE_DESC=	Internal memory tracking
 TEST_DESC=	Internal test program
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix tar:bzip2
-USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
 USE_LDCONFIG=	yes
+USES=		autoreconf gmake libtool pathfix tar:bzip2
 
 DATADIR=	${PREFIX}/share/CUnit
 DOCSDIR=	${PREFIX}/share/doc/CUnit
@@ -39,7 +38,6 @@ PORTDATA=	*
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
-AUTOMAKE_ARGS=	--add-missing
 PATHFIX_MAKEFILEIN=	Makefile.am
 
 AUTOMATED_CONFIGURE_ENABLE=	automated



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412201815.sBKIFfiL060489>