diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-02-19 09:15:54 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-02-19 09:15:54 +0000 |
commit | a4721e92e82e3b92cf01995f1c116e86db0e564c (patch) | |
tree | e4ee96466a9a8249c2ce4900fadb64e894d810ac /security | |
parent | 0235832516d54d2220582aa03153cc8eadf302bb (diff) | |
download | ports-a4721e92e82e3b92cf01995f1c116e86db0e564c.tar.gz ports-a4721e92e82e3b92cf01995f1c116e86db0e564c.zip |
Pacify portlint.
Approved by: portmgr (tier-2 blanket), followup
Notes
Notes:
svn path=/head/; revision=526496
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-118/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/krb5-118/Makefile b/security/krb5-118/Makefile index c9f1d8f9eb62..092cec88d847 100644 --- a/security/krb5-118/Makefile +++ b/security/krb5-118/Makefile @@ -22,13 +22,13 @@ CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[3-6]-[0-9]* \ CONFLICTS_BUILD= boringssl-* KERBEROSV_URL= http://web.mit.edu/kerberos/ -USE_PERL5= build -USE_LDCONFIG= yes +USES= compiler:c++11-lang cpe gmake gettext-runtime \ + gssapi:bootstrap,mit libtool:build localbase \ + perl5 pkgconfig ssl USE_CSTD= gnu99 +USE_LDCONFIG= yes +USE_PERL5= build GNU_CONFIGURE= yes -USES= compiler:c++11-lang cpe gmake localbase perl5 libtool:build \ - gssapi:bootstrap,mit pkgconfig ssl \ - gettext-runtime CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" \ --runstatedir="${PREFIX}/var/run" |