Date: Thu, 21 Oct 2021 21:53:31 GMT From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 13ad5798e227 - main - net-mgmt/adcli: explicitly depend on libtool Message-ID: <202110212153.19LLrVPx065398@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mi: URL: https://cgit.FreeBSD.org/ports/commit/?id=13ad5798e22793e196c3ba145ea5381c37744067 commit 13ad5798e22793e196c3ba145ea5381c37744067 Author: Mikhail Teterin <mi@FreeBSD.org> AuthorDate: 2021-10-21 21:52:48 +0000 Commit: Mikhail Teterin <mi@FreeBSD.org> CommitDate: 2021-10-21 21:52:48 +0000 net-mgmt/adcli: explicitly depend on libtool Notified by: pkg-fallout --- net-mgmt/adcli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/adcli/Makefile b/net-mgmt/adcli/Makefile index 54ae14e7cb89..3f1294b1e92d 100644 --- a/net-mgmt/adcli/Makefile +++ b/net-mgmt/adcli/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV+= ac_cv_path_KRB5_CONFIG=${KRB5CONFIG} \ ac_cv_path_XMLTO=${PORT_OPTIONS:MDOCS:S|DOCS|${LOCALBASE}/bin/xmlto|:S|^$|${TRUE}|} CONFIGURE_ARGS= --sysconfdir=/etc -USES= autoreconf +USES= autoreconf libtool # Kerberos may or may not be there, but LDAP always is: CFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110212153.19LLrVPx065398>