diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-07-09 19:20:52 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-07-09 19:20:52 +0000 |
commit | 1f19edadb641a084d223faab9f905d63b76b8e47 (patch) | |
tree | 2710399ab7d61e84eeb3e174b73da9d50be32023 /security/krb5-appl | |
parent | dac3936a56c689c110818b456f195d77c425b538 (diff) | |
download | ports-1f19edadb641a084d223faab9f905d63b76b8e47.tar.gz ports-1f19edadb641a084d223faab9f905d63b76b8e47.zip |
Notes
Diffstat (limited to 'security/krb5-appl')
-rw-r--r-- | security/krb5-appl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 037c7e77d2dd..26b0ad03bdc6 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -31,6 +31,7 @@ USE_OPENSSL= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes +USE_CSTD= gnu89 USE_AUTOTOOLS= libtool autoheader autoconf CONFIGURE_ARGS?= --enable-shared --with-krb5=${PREFIX}/bin/krb5-config CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc |