svn commit: r375054 - head/devel/cunit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 20 18:15:41 UTC 2014


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


More information about the svn-ports-head mailing list