diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-25 14:24:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-25 14:24:48 +0000 |
commit | 750c7b06b1263b38ebcaa4e0c8bbcb099b02d056 (patch) | |
tree | a55eeed277032553130474030882177cc928fa72 /security | |
parent | 4ae3a6961045991eeb367f890bb0835e68bf29ab (diff) |
Notes
Diffstat (limited to 'security')
-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 eb68249b2811..6e87a028dec5 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -26,7 +26,7 @@ USES= gmake perl5 USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu89 -USE_AUTOTOOLS= libtool autoheader autoconf +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}" |