security/pam_krb5: Add missing "+"

The missing "+" resulted in a package failure.

Fixes:		8d12f4457d
This commit is contained in:
Cy Schubert 2022-12-07 14:22:21 -08:00
parent 7f52a1d33c
commit 61ff8e0939
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -1,3 +1,2 @@
lib/security/pam_krb5.so
lib/security/pam_krb5.la
man/man5/pam_krb5.5.gz