diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-12-07 14:22:21 -0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-12-07 14:37:48 -0800 |
commit | 61ff8e093916356897e1e0f34c2629373c75e66e (patch) | |
tree | 7d42e4615f713ff4dd1633990cbef51b82473dc4 | |
parent | devel/py-types-protobuf: update 4.21.0.1 → 4.21.0.2 (diff) |
security/pam_krb5: Add missing "+"
The missing "+" resulted in a package failure.
Fixes: 8d12f4457d5e
-rw-r--r-- | security/pam_krb5/Makefile | 7 | ||||
-rw-r--r-- | security/pam_krb5/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index cf59d4f13456..afe524587a76 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -1,5 +1,6 @@ PORTNAME= pam_krb5 PORTVERSION= 4.11 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://archives.eyrie.org/software/kerberos/ \ http://archives.eyrie.org/software/ARCHIVE/pam-krb5/ @@ -32,11 +33,11 @@ ${f}_PKGNAMESUFFIX= -${f} .endfor .if ${FLAVOR:U} == mit -USES= gssapi:mit +USES+= gssapi:mit .elif ${FLAVOR:U} == heimdal_port -USES= gssapi:heimdal +USES+= gssapi:heimdal .elif ${FLAVOR:U} == heimdal_base -USES= gssapi:base +USES+= gssapi:base .endif .include <bsd.port.pre.mk> diff --git a/security/pam_krb5/pkg-plist b/security/pam_krb5/pkg-plist index 3b250c303a19..c0a2dcecc8a3 100644 --- a/security/pam_krb5/pkg-plist +++ b/security/pam_krb5/pkg-plist @@ -1,3 +1,2 @@ lib/security/pam_krb5.so -lib/security/pam_krb5.la man/man5/pam_krb5.5.gz |