diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:58:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:58:41 +0000 |
commit | f56f112403e0108e4a1caa3b8bd8197282cda9a6 (patch) | |
tree | f51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/krb5/Makefile | |
parent | 8bbe36048e84f63c2f9b313aa70806d28f88d82e (diff) |
Notes
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r-- | security/krb5/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 13438df4c9c6..aa65130853c1 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -23,12 +23,11 @@ CONFLICTS= heimdal-[0-9]* srp-[0-9]* LATEST_LINK= ${PORTNAME}-19 KERBEROSV_URL= http://web.mit.edu/kerberos/ -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu99 USE_AUTOTOOLS= libtool -USES= gettext +USES= gettext gmake perl5 CONFIGURE_ARGS?= --enable-shared --without-system-verto CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" |