diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-03 22:01:15 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-03 22:01:15 +0000 |
commit | 17d14bfce1179295b9522f35d7ae538e84970ae1 (patch) | |
tree | 361a832c79aca5c3419e3856ee1dbb460fbf0b83 /security/krb5-appl | |
parent | 50fa32bebd8c06a2dfababc5f4bbdc8dd67bd8d2 (diff) | |
download | ports-17d14bfce1179295b9522f35d7ae538e84970ae1.tar.gz ports-17d14bfce1179295b9522f35d7ae538e84970ae1.zip |
Notes
Diffstat (limited to 'security/krb5-appl')
-rw-r--r-- | security/krb5-appl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 374c7693477f..a02cbfb731cf 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -20,7 +20,7 @@ CONFLICTS= krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]* KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_OPENSSL= yes -USES= gmake perl5 gssapi:mit +USES= gmake ncurses perl5 gssapi:mit USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu89 |