diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-07-27 02:30:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-07-27 02:30:32 +0000 |
commit | 6254e1e785fc27e49b9052228167d54f2befcddb (patch) | |
tree | 112d3bac6f1d0ae76f614ab040df6a1bd8bc46ac /security/krb5-appl | |
parent | c02a9c7dafe2016c85607753955dcf116c09bb12 (diff) | |
download | ports-6254e1e785fc27e49b9052228167d54f2befcddb.tar.gz ports-6254e1e785fc27e49b9052228167d54f2befcddb.zip |
Notes
Diffstat (limited to 'security/krb5-appl')
-rw-r--r-- | security/krb5-appl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index fecf4830cdb9..92ef7a489706 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -18,12 +18,11 @@ BUILD_DEPENDS= krb5-config:security/krb5 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 ncurses perl5 gssapi:mit +USES= autoreconf gmake ncurses perl5 gssapi:mit ssl +GNU_CONFIGURE= yes USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu89 -USE_AUTOTOOLS= autoheader autoconf CONFIGURE_ARGS?= --enable-shared --with-krb5=${PREFIX}/bin/krb5-config CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc MAKE_ARGS= INSTALL="${INSTALL}" |