svn commit: r457095 - head/net-mgmt/wmi-client

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 17:59:51 UTC 2017


Author: tijl
Date: Sat Dec 23 17:59:50 2017
New Revision: 457095
URL: https://svnweb.freebsd.org/changeset/ports/457095

Log:
  Convert to USES=autoreconf:build.

Modified:
  head/net-mgmt/wmi-client/Makefile

Modified: head/net-mgmt/wmi-client/Makefile
==============================================================================
--- head/net-mgmt/wmi-client/Makefile	Sat Dec 23 17:55:13 2017	(r457094)
+++ head/net-mgmt/wmi-client/Makefile	Sat Dec 23 17:59:50 2017	(r457095)
@@ -16,8 +16,7 @@ COMMENT=	DCOM/WMI client implementation
 OPTIONS_DEFINE=	PYTHON
 PYTHON_DESC=	Build Python bindings
 
-USE_AUTOTOOLS=	autoconf:env autoheader:env
-USES=		iconv gmake tar:bzip2
+USES=		autoreconf:build gmake iconv tar:bzip2
 
 MAKEFILE=	GNUmakefile
 MAKE_ARGS+=	ZENHOME="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \


More information about the svn-ports-head mailing list