mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pkgbase: move libcom_err from kerberos to kerberos-lib
This makes it possible to install kerberos-lib (which is used by common utilities such as curl) without pulling in the rest of kerberos. MFC after: 1 week
This commit is contained in:
parent
580cadd6a5
commit
54cfeb8484
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PACKAGE= kerberos
|
||||
PACKAGE= kerberos-lib
|
||||
|
||||
LIB= com_err
|
||||
SRCS= com_err.c error.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue