diff options
author | cy <cy@FreeBSD.org> | 2003-09-13 02:32:33 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2003-09-13 02:32:33 +0000 |
commit | 4cef142d229e5eb19517073a81c40e47520c19cf (patch) | |
tree | 45ba7bf253bc6dfddb45dc7eb69e8063d54f9246 /security/krb5-17 | |
parent | 4c073b24c83eb20b5a3aea2e1630662f27792fd1 (diff) | |
download | FreeBSD-ports-4cef142d229e5eb19517073a81c40e47520c19cf.zip FreeBSD-ports-4cef142d229e5eb19517073a81c40e47520c19cf.tar.gz |
The `man2html' script that krb5 uses is written in Perl.
Noticed by: wollman
Approved by: marcus (wearing his portsmgr hat)
Diffstat (limited to 'security/krb5-17')
-rw-r--r-- | security/krb5-17/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 2f6c378..d5fa413 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -27,6 +27,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 KERBEROSV_URL= http://web.mit.edu/network/kerberos-form.html USE_GMAKE= yes +USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared |