- Document CONFLICTS with security/pam_krb5-rh
- Pacify portlint(1) while here
This commit is contained in:
parent
523261f271
commit
977e9cf16a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284810
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ DISTNAME= pam-krb5-${PORTVERSION:S/.r/-rc/}
|
|||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= A Pluggable Authentication Module for Kerberos 5
|
||||
|
||||
CONFLICTS= pam_krb5-rh-2.*
|
||||
|
||||
MAN5= pam_krb5.5
|
||||
|
||||
USE_PERL5= yes
|
||||
|
@ -32,7 +34,7 @@ LIB_DEPENDS= krb5.3:${PORTSDIR}/security/krb5
|
|||
KRB5_DIR?= ${KRB5_HOME}
|
||||
.endif
|
||||
.else
|
||||
IGNORE= You must define KRB5_IMPL to be \"mit\" or \"heimdal\"
|
||||
IGNORE= you must define KRB5_IMPL to be \"mit\" or \"heimdal\"
|
||||
.endif
|
||||
|
||||
MANDIR= ${MANPREFIX}/man
|
||||
|
|
Loading…
Reference in a new issue