diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-07-09 19:20:09 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-07-09 19:20:09 +0000 |
commit | dac3936a56c689c110818b456f195d77c425b538 (patch) | |
tree | b7b5115db60fba8e65fea85cfd4917c0e2d4bd99 /security/krb5 | |
parent | e3fc0f414f05a8f64a716016970ccb9c368da916 (diff) | |
download | ports-dac3936a56c689c110818b456f195d77c425b538.tar.gz ports-dac3936a56c689c110818b456f195d77c425b538.zip |
Notes
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 1b3697ff4a3d..5cb41895799e 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -27,6 +27,7 @@ KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes +USE_CSTD= gnu89 USE_AUTOTOOLS= libtool CONFIGURE_ARGS?= --enable-shared CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}" |