Skip to content

Commit

Permalink
security/pam_krb5: Add missing "+"
Browse files Browse the repository at this point in the history
The missing "+" resulted in a package failure.

Fixes:		8d12f44
  • Loading branch information
cschuber committed Dec 7, 2022
1 parent 7f52a1d commit 61ff8e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions 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/
Expand Down Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion 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

0 comments on commit 61ff8e0

Please sign in to comment.