diff options
Diffstat (limited to 'security/krb5-appl/Makefile')
-rw-r--r-- | security/krb5-appl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 82fff3925ab3..77052449f3e5 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -22,8 +22,8 @@ CONFLICTS= krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]* LATEST_LINK= ${PORTNAME}-1 KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_OPENSSL= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu89 USE_AUTOTOOLS= libtool autoheader autoconf |