Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 09:35:16 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369708 - head/sysutils/cmockery2
Message-ID:  <201410010935.s919ZGc0078814@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Oct  1 09:35:15 2014
New Revision: 369708
URL: https://svnweb.freebsd.org/changeset/ports/369708
QAT: https://qat.redports.org/buildarchive/r369708/

Log:
  - Convert to USES=autoreconf
  - Remove :build from USES=libtool because this port does not need
    /usr/local/bin/libtool

Modified:
  head/sysutils/cmockery2/Makefile

Modified: head/sysutils/cmockery2/Makefile
==============================================================================
--- head/sysutils/cmockery2/Makefile	Wed Oct  1 09:31:33 2014	(r369707)
+++ head/sysutils/cmockery2/Makefile	Wed Oct  1 09:35:15 2014	(r369708)
@@ -16,10 +16,8 @@ LICENSE=	APACHE20
 
 WRKSRC=		${WRKDIR}/cmockery2-${PORTVERSION}
 
-USES=		libtool:build pkgconfig
-USE_AUTOTOOLS=	automake autoconf aclocal libtoolize autoheader
-AUTOMAKE_ARGS=	--add-missing
 GNU_CONFIGURE=	yes
+USES=		autoreconf libtool pkgconfig
 USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip



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