diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2021-10-21 21:52:48 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2021-10-21 21:52:48 +0000 |
commit | 13ad5798e22793e196c3ba145ea5381c37744067 (patch) | |
tree | 24d36b2f52982a14be5ddbe9ec80318024784914 /net-mgmt/adcli | |
parent | 96022910890ded6635a893dffda2c4cd096f9b7b (diff) | |
download | ports-13ad5798e22793e196c3ba145ea5381c37744067.tar.gz ports-13ad5798e22793e196c3ba145ea5381c37744067.zip |
Diffstat (limited to 'net-mgmt/adcli')
-rw-r--r-- | net-mgmt/adcli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |