diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 17:59:50 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 17:59:50 +0000 |
commit | cf642064f3190771ac205e7598627ccad4a21b1c (patch) | |
tree | 1f10caf4f2045d75988a097720cccefbc807bce1 | |
parent | Remove commented reference to USE_AUTOTOOLS. (diff) |
Convert to USES=autoreconf:build.
-rw-r--r-- | net-mgmt/wmi-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/wmi-client/Makefile b/net-mgmt/wmi-client/Makefile index 6fdbe1f3105f..e4e147718bf3 100644 --- a/net-mgmt/wmi-client/Makefile +++ b/net-mgmt/wmi-client/Makefile @@ -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}" \ |