diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-10-31 23:25:26 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-10-31 23:25:26 +0000 |
commit | 977e9cf16ae363b953801dabefd10775f5b37489 (patch) | |
tree | ea9f7b61d8418f24761708e8951f06bb246d5571 /security/pam_krb5 | |
parent | 523261f2712d3aca57284de11379cd986507f390 (diff) | |
download | ports-977e9cf16ae363b953801dabefd10775f5b37489.tar.gz ports-977e9cf16ae363b953801dabefd10775f5b37489.zip |
Notes
Diffstat (limited to 'security/pam_krb5')
-rw-r--r-- | security/pam_krb5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index 8081eb8f1782..43f1322b8624 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -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 |