diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-24 01:59:50 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-24 01:59:50 +0800 |
commit | be384b06adcd46d42e810ab9f1a4893386ffcc4e (patch) | |
tree | 1f10caf4f2045d75988a097720cccefbc807bce1 /net-mgmt | |
parent | 3bf7c5615001afd5076cea8458e62f642235e50e (diff) | |
download | freebsd-ports-gnome-be384b06adcd46d42e810ab9f1a4893386ffcc4e.tar.gz freebsd-ports-gnome-be384b06adcd46d42e810ab9f1a4893386ffcc4e.tar.zst freebsd-ports-gnome-be384b06adcd46d42e810ab9f1a4893386ffcc4e.zip |
Convert to USES=autoreconf:build.
Diffstat (limited to 'net-mgmt')
-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}" \ |