svn commit: r369708 - head/sysutils/cmockery2

Tijl Coosemans tijl at FreeBSD.org
Wed Oct 1 09:35:16 UTC 2014


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


More information about the svn-ports-head mailing list